Home
last modified time | relevance | path

Searched refs:MSG_CHECK_NO_PACKAGE_ADDED (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java56 public static final int MSG_CHECK_NO_PACKAGE_ADDED = 4; field in LauncherCallbackTestsService
112 case MSG_CHECK_NO_PACKAGE_ADDED: { in handleMessage()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java64 public static final int MSG_CHECK_NO_PACKAGE_ADDED = 4; field in LauncherAppsTests
143 int result = sendMessageToCallbacksService(MSG_CHECK_NO_PACKAGE_ADDED, in testNoPackageAddedCallbackForUser()