Searched refs:DUMMY_PACKAGE (Results 1 – 3 of 3) sorted by relevance
134 getCallbacks().onPackageAdded(TestUtil.DUMMY_PACKAGE, Process.myUserHandle()); in testTwoCallbacks_receiveUpdates()136 assertTrue(cb1.allApps().contains(TestUtil.DUMMY_PACKAGE)); in testTwoCallbacks_receiveUpdates()137 assertTrue(cb2.allApps().contains(TestUtil.DUMMY_PACKAGE)); in testTwoCallbacks_receiveUpdates()141 getCallbacks().onPackageRemoved(TestUtil.DUMMY_PACKAGE, Process.myUserHandle()); in testTwoCallbacks_receiveUpdates()143 assertFalse(cb1.allApps().contains(TestUtil.DUMMY_PACKAGE)); in testTwoCallbacks_receiveUpdates()144 assertFalse(cb2.allApps().contains(TestUtil.DUMMY_PACKAGE)); in testTwoCallbacks_receiveUpdates()149 getCallbacks().onPackageAdded(TestUtil.DUMMY_PACKAGE, Process.myUserHandle()); in testTwoCallbacks_receiveUpdates()153 assertTrue(cb1.allApps().contains(TestUtil.DUMMY_PACKAGE)); in testTwoCallbacks_receiveUpdates()154 assertFalse(cb2.allApps().contains(TestUtil.DUMMY_PACKAGE)); in testTwoCallbacks_receiveUpdates()
62 public static final String DUMMY_PACKAGE = "com.example.android.aardwolf"; field in TaplPromiseIconUiTest141 assertThat(mDevice.executeShellCommand(String.format("pm archive %s", DUMMY_PACKAGE))) in testPromiseIcon_addedArchivedApp()145 mSessionId = createSession(DUMMY_PACKAGE, /* label= */ "", in testPromiseIcon_addedArchivedApp()155 DUMMY_PACKAGE + " app was not found on all apps after being archived", in testPromiseIcon_addedArchivedApp()
69 public static final String DUMMY_PACKAGE = "com.example.android.aardwolf"; field in TestUtil146 "pm uninstall " + DUMMY_PACKAGE); in uninstallDummyApp()246 if (DUMMY_PACKAGE.equals(packageName)) { in verifyPackage()