Searched refs:PACKAGE_4 (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
H A D | AppIdleHistoryTests.java | 47 private static final String PACKAGE_4 = "com.android.testpackage4"; field in AppIdleHistoryTests 112 aih.setAppStandbyBucket(PACKAGE_4, USER_ID, 2750, STANDBY_BUCKET_RESTRICTED, in testBuckets() 124 assertEquals(aih.getAppStandbyReason(PACKAGE_4, USER_ID, 3000), in testBuckets() 131 assertTrue(aih.isIdle(PACKAGE_4, USER_ID, 3000)); in testBuckets() 144 assertEquals(aih.getAppStandbyReason(PACKAGE_4, USER_ID, 3000), in testBuckets()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/compat/overrides/ |
H A D | AppCompatOverridesServiceTest.java | 99 private static final String PACKAGE_4 = "com.android.test4"; field in AppCompatOverridesServiceTest 166 mockGetApplicationInfo(PACKAGE_4, /* versionCode= */ 1); in onPropertiesChanged_removeOverridesFlagNotSet_appliesPackageOverrides() 174 .setString(PACKAGE_4, "").build()); in onPropertiesChanged_removeOverridesFlagNotSet_appliesPackageOverrides() 187 PACKAGE_4); in onPropertiesChanged_removeOverridesFlagNotSet_appliesPackageOverrides() 209 assertThat(packageNameToRemovedOverrides.get(PACKAGE_4).changeIds).containsExactly(123L, in onPropertiesChanged_removeOverridesFlagNotSet_appliesPackageOverrides() 240 .setString(PACKAGE_4, "123:::true").build()); in onPropertiesChanged_removeOverridesFlagSetBefore_skipsOverridesToRemove() 418 mockGetApplicationInfo(PACKAGE_4, /* versionCode= */ 0); in onPropertiesChanged_platformCompatThrowsExceptionForPutCall_skipsFailedCall() 428 .setString(PACKAGE_4, "123:::true").build()); in onPropertiesChanged_platformCompatThrowsExceptionForPutCall_skipsFailedCall() 442 mockGetApplicationInfo(PACKAGE_4, /* versionCode= */ 0); in onPropertiesChanged_platformCompatThrowsExceptionForRemoveCall_skipsFailedCall() 452 .setString(PACKAGE_4, "123:::true").build()); in onPropertiesChanged_platformCompatThrowsExceptionForRemoveCall_skipsFailedCall()
|
H A D | AppCompatOverridesParserTest.java | 61 private static final String PACKAGE_4 = "com.android.test4"; field in AppCompatOverridesParserTest 126 PACKAGE_1 + "=12," + PACKAGE_2 + "=*," + PACKAGE_3 + "=12:56:78," + PACKAGE_4 in parseRemoveOverrides_configHasMultipleEntries_returnsPackagesToChangeIds()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | ShadeListBuilderTest.java | 309 addGroupChild(1, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped() 310 addGroupChild(2, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped() 311 addGroupChild(3, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped() 312 addGroupChild(4, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped() 761 addNotif(0, PACKAGE_4); in testNotifSections() 771 addNotif(10, PACKAGE_4); in testNotifSections() 867 new HypeComparator(PACKAGE_4), in testThatNotifComparatorsAreCalled() 876 addNotif(3, PACKAGE_4); in testThatNotifComparatorsAreCalled() 903 addNotif(4, PACKAGE_4); in testThatSectionComparatorsAreCalled() 940 addNotif(3, PACKAGE_4); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry() [all …]
|