Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java54 public static final int MSG_CHECK_PACKAGE_REMOVED = 2; field in LauncherCallbackTestsService
96 case MSG_CHECK_PACKAGE_REMOVED: { in handleMessage()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java62 public static final int MSG_CHECK_PACKAGE_REMOVED = 2; field in LauncherAppsTests
132 int result = sendMessageToCallbacksService(MSG_CHECK_PACKAGE_REMOVED, in testPackageRemovedCallbackForUser()