Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java53 public static final int MSG_CHECK_PACKAGE_ADDED = 1; field in LauncherCallbackTestsService
88 case MSG_CHECK_PACKAGE_ADDED: { in handleMessage()
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java61 public static final int MSG_CHECK_PACKAGE_ADDED = 1; field in LauncherAppsTests
126 int result = sendMessageToCallbacksService(MSG_CHECK_PACKAGE_ADDED, in testPackageAddedCallbackForUser()