HomeSort by relevance Sort by last modified time
    Searched refs:MSG_UNCOLOUR_STOP (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 46 public static final int MSG_UNCOLOUR_STOP = 1;
102 case MSG_UNCOLOUR_STOP:
191 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP);
  /developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 46 public static final int MSG_UNCOLOUR_STOP = 1;
102 case MSG_UNCOLOUR_STOP:
191 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP);
  /development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
MainActivity.java 46 public static final int MSG_UNCOLOUR_STOP = 1;
102 case MSG_UNCOLOUR_STOP:
191 Message m = Message.obtain(mHandler, MSG_UNCOLOUR_STOP);

Completed in 2802 milliseconds