Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundActivityStartControllerExemptionTests.java643 when(mService.isAffiliatedProfileOwner(eq(callingUid))).thenReturn(true); in testCaller_isAffiliatedProfileOwner()
DActivityStarterTests.java755 doReturn(false).when(mAtm).isAffiliatedProfileOwner(UNIMPORTANT_UID); in testPinnedSingleInstanceAborted()
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java865 if (mService.isAffiliatedProfileOwner(state.mCallingUid)) { in checkBackgroundActivityStartAllowedByCaller()
DActivityTaskManagerService.java5606 boolean isAffiliatedProfileOwner(int uid) { in isAffiliatedProfileOwner() method in ActivityTaskManagerService