Searched refs:PKG_NAME_A (Results 1 – 1 of 1) sorted by relevance
362 private static final String PKG_NAME_A = "name.is.A,pkg.A"; field in NetworkPolicyManagerServiceTest582 when(mPackageManager.getPackagesForUid(UID_A)).thenReturn(new String[] {PKG_NAME_A}); in callSystemReady()585 when(mPackageManager.getApplicationInfo(eq(PKG_NAME_A), anyInt())) in callSystemReady()586 .thenReturn(buildApplicationInfo(PKG_NAME_A, UID_A)); in callSystemReady()726 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in addRestrictBackgroundAllowlist()915 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in removeRestrictBackgroundAllowlist()952 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in addRestrictBackgroundDenylist()992 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in removeRestrictBackgroundDenylist()1031 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in testAllowedAppIsNotifiedWhenDenylisted()1564 assertFalse(text.contains(PKG_NAME_A));[all …]