Searched refs:allowsAny (Results 1 – 8 of 8) sorted by relevance
54 assertThat(ALLOW_BAL.allowsAny()).isEqualTo(true); in backgroundStartPrivilege_getters_work()60 assertThat(ALLOW_FGS.allowsAny()).isEqualTo(true); in backgroundStartPrivilege_getters_work()66 assertThat(NONE.allowsAny()).isEqualTo(false); in backgroundStartPrivilege_getters_work()72 assertThat(BSP_ALLOW_A.allowsAny()).isEqualTo(true); in backgroundStartPrivilege_getters_work()
155 public boolean allowsAny() { in allowsAny() method in BackgroundStartPrivileges161 return !allowsAny(); in allowsNothing()
960 if (mBackgroundStartPrivilegesByStartMerged.allowsAny()) { in dump()1230 mBackgroundStartPrivilegesByStartMerged.allowsAny() in setProcess()1234 if (backgroundStartPrivileges.allowsAny()) { in setProcess()1353 checkArgument(backgroundStartPrivileges.allowsAny()); in allowBgActivityStartsOnServiceStart()1373 if (mBackgroundStartPrivilegesByStartMerged.allowsAny()) { in allowBgActivityStartsOnServiceStart()1448 if (backgroundStartPrivileges.allowsAny()) { in updateParentProcessBgActivityStartsToken()
1508 checkArgument(backgroundStartPrivileges.allowsAny(), in addOrUpdateBackgroundStartPrivileges()
1155 if (r.mBackgroundStartPrivileges.allowsAny()) { in dispatchReceivers()
1296 if (backgroundStartPrivileges.allowsAny()) { in startServiceInnerLocked()
264 checkArgument(backgroundStartPrivileges.allowsAny(), in addOrUpdateAllowBackgroundStartPrivileges()
670 checkArgument(backgroundStartPrivileges.allowsAny(), in addOrUpdateBackgroundStartPrivileges()