Home
last modified time | relevance | path

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

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