HomeSort by relevance Sort by last modified time
    Searched defs:MSG_RESULT (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
TestActivity.java 30 public static final int MSG_RESULT = 0;
LauncherAppsTests.java 56 public static final int MSG_RESULT = 0;
275 if (msg.what == MSG_RESULT) {
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 52 public static final int MSG_RESULT = 0;
92 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
100 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
108 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT,
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileWidgetPrimaryUserTest.java 45 private static final int MSG_RESULT = 0;
122 if (msg.what == MSG_RESULT) {
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 52 private static final int MSG_RESULT = 0;
102 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 822 static final int MSG_RESULT = 2;
835 case MSG_RESULT:
    [all...]

Completed in 91 milliseconds