Home
last modified time | relevance | path

Searched refs:PKG_NAME_B (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java289 private static final String PKG_NAME_B = "name.is.B,pkg.B"; field in NetworkPolicyManagerServiceTest
407 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));