Searched refs:APP_ID_B (Results 1 – 2 of 2) sorted by relevance
69 private static final int APP_ID_B = 22222; field in SmallAreaDetectionControllerTest79 when(mMockPkgStateB.getAppId()).thenReturn(APP_ID_B); in setup()92 final int[] resultAppIdArray = {APP_ID_A, APP_ID_B}; in testUpdateAllowlist_validProperty()103 final int[] resultAppIdArray = {APP_ID_B}; in testUpdateAllowlist_includeInvalidRow()
349 private static final int APP_ID_B = android.os.Process.FIRST_APPLICATION_UID + 8; field in NetworkPolicyManagerServiceTest356 private static final int UID_B = UserHandle.getUid(USER_ID, APP_ID_B);2261 .thenReturn(new int[]{APP_ID_A, APP_ID_B}); in testBackgroundChainOnAllowlistChange()