Searched refs:isAffiliatedProfileOwner (Results 1 – 4 of 4) sorted by relevance
643 when(mService.isAffiliatedProfileOwner(eq(callingUid))).thenReturn(true); in testCaller_isAffiliatedProfileOwner()
755 doReturn(false).when(mAtm).isAffiliatedProfileOwner(UNIMPORTANT_UID); in testPinnedSingleInstanceAborted()
865 if (mService.isAffiliatedProfileOwner(state.mCallingUid)) { in checkBackgroundActivityStartAllowedByCaller()
5606 boolean isAffiliatedProfileOwner(int uid) { in isAffiliatedProfileOwner() method in ActivityTaskManagerService