Home
last modified time | relevance | path

Searched refs:MSG_RESULT (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java53 public static final int MSG_RESULT = 0; field in LauncherCallbackTestsService
93 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
101 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
109 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
117 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java52 private static final int MSG_RESULT = 0; field in SimpleAppWidgetHostService
102 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result in handleMessage()
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result in handleMessage()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java45 private static final int MSG_RESULT = 0; field in CrossProfileWidgetPrimaryUserTest
122 if (msg.what == MSG_RESULT) { in handleMessage()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DTestActivity.java30 public static final int MSG_RESULT = 0; field in TestActivity
DLauncherAppsTests.java91 public static final int MSG_RESULT = 0; field in LauncherAppsTests
472 if (msg.what == MSG_RESULT) { in handleMessage()