List of usage examples for android.os Handler.Callback interface-usage
From source file com.hybris.mobile.activity.CheckoutActivity.java
public class CheckoutActivity extends HybrisActivity implements Handler.Callback { private CartController controller; private int colorStepDone; private int colorStepCurrent;
From source file com.android.contacts.vcard.NotificationImportExportListener.java
public class NotificationImportExportListener implements VCardImportExportListener, Handler.Callback { /** The tag used by vCard-related notifications. */ /* package */ static final String DEFAULT_NOTIFICATION_TAG = "VCardServiceProgress"; /** * The tag used by vCard-related failure notifications. * <p>
From source file com.fallahpoor.infocenter.fragments.GeneralFragment.java
/**
* GeneralFragment displays some general information about the device including
* its manufacturer, brand, model and so on.
*
* @author Masood Fallahpoor
*/
From source file com.example.android.toyvpn.ToyVpnService.java
public class ToyVpnService extends VpnService implements Handler.Callback, Runnable { private static final String TAG = "ToyVpnService"; private String mServerAddress; private int mServerPort = 1050; private PendingIntent mConfigureIntent;
From source file com.example.android.notifications.MainActivity.java
/** * Main activity which posts a notification when resumed, and allows customization * of that notification via controls. */ public class MainActivity extends Activity implements Handler.Callback { private static final int MSG_POST_NOTIFICATIONS = 0;
From source file androidavanzato.wearablenotifications.MainActivity.java
/** * Main activity which posts a notification when resumed, and allows customization * of that notification via controls. */ public class MainActivity extends Activity implements Handler.Callback { private static final int MSG_POST_NOTIFICATIONS = 0;
From source file com.example.android.support.wearable.notifications.MainActivity.java
/** * Main activity which posts a notification when resumed, and allows customization * of that notification via controls. */ public class MainActivity extends Activity implements Handler.Callback { private static final int MSG_POST_NOTIFICATIONS = 0;
From source file com.insthub.BeeFramework.activity.BaseActivity.java
@SuppressLint("NewApi") public class BaseActivity extends Activity implements Handler.Callback { public Handler mHandler; public BaseActivity() {
From source file com.chess.genesis.activity.GameListOnlineFrag.java
public class GameListOnlineFrag extends GameListFrag implements OnTouchListener, OnItemClickListener, Handler.Callback { private final static String TAG = "GAMELISTONLINE"; public static final int THEIR_PAGE = 0; public static final int YOUR_PAGE = 1;
From source file com.gotraveling.insthub.BeeFramework.activity.BaseActivity.java
@SuppressLint("NewApi") public class BaseActivity extends Activity implements Handler.Callback { public Handler mHandler; public BaseActivity() {