Searched refs:MSG_RESULT (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/ |
D | LauncherCallbackTestsService.java | 52 public static final int MSG_RESULT = 0; field in LauncherCallbackTestsService 92 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage() 100 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage() 108 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage() 116 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
|
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/ |
D | SimpleAppWidgetHostService.java | 52 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/ |
D | CrossProfileWidgetPrimaryUserTest.java | 45 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/ |
D | TestActivity.java | 30 public static final int MSG_RESULT = 0; field in TestActivity
|
D | LauncherAppsTests.java | 75 public static final int MSG_RESULT = 0; field in LauncherAppsTests 417 if (msg.what == MSG_RESULT) { in handleMessage()
|