Searched refs:PKG_NAME_C (Results 1 – 1 of 1) sorted by relevance
290 private static final String PKG_NAME_C = "name.is.C,pkg.C"; field in NetworkPolicyManagerServiceTest408 when(mPackageManager.getPackagesForUid(UID_C)).thenReturn(new String[] {PKG_NAME_C}); in callSystemReady()413 when(mPackageManager.getApplicationInfo(eq(PKG_NAME_C), anyInt())) in callSystemReady()414 .thenReturn(buildApplicationInfo(PKG_NAME_C)); in callSystemReady()1297 assertFalse(text.contains(PKG_NAME_C));1323 assertFalse(text.contains(PKG_NAME_C));