Searched refs:PKG_NAME_B (Results 1 – 1 of 1) sorted by relevance
289 private static final String PKG_NAME_B = "name.is.B,pkg.B"; field in NetworkPolicyManagerServiceTest407 when(mPackageManager.getPackagesForUid(UID_B)).thenReturn(new String[] {PKG_NAME_B}); in callSystemReady()411 when(mPackageManager.getApplicationInfo(eq(PKG_NAME_B), anyInt())) in callSystemReady()412 .thenReturn(buildApplicationInfo(PKG_NAME_B)); in callSystemReady()1296 assertFalse(text.contains(PKG_NAME_B));1322 assertFalse(text.contains(PKG_NAME_B));