Searched defs:allowWhileInUse (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ForegroundServiceTypePolicy.java | 740 @NonNull String packageName, int callerUid, int callerPid, boolean allowWhileInUse, in checkForegroundServiceTypePolicy() 1083 @NonNull String packageName, boolean allowWhileInUse) { in checkPermissions() 1156 @NonNull String packageName, boolean allowWhileInUse); in checkPermission() 1180 String packageName, boolean allowWhileInUse) { in checkPermission() 1218 int callerPid, String packageName, boolean allowWhileInUse, int deviceId) { in checkPermission() 1276 String packageName, boolean allowWhileInUse) { in checkPermission() 1298 String packageName, boolean allowWhileInUse) { in checkPermission() 1319 String packageName, boolean allowWhileInUse) { in checkPermission() 1345 String packageName, boolean allowWhileInUse) { in checkPermission() 1438 int callerUid, int callerPid, boolean allowWhileInUse, in checkForegroundServiceTypePolicy()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 2936 @NonNull String packageName, boolean allowWhileInUse) { in checkPermission() 3003 @NonNull String packageName, boolean allowWhileInUse) { in checkPermission() 8325 @ReasonCode final int allowWhileInUse = shouldAllowFgsWhileInUsePermissionLocked( in setFgsRestrictionLocked() local 8391 final @ReasonCode int allowWhileInUse = shouldAllowFgsWhileInUsePermissionLocked( in canStartForegroundServiceLocked() local 8682 private @ReasonCode int shouldAllowFgsStartForegroundWithBindingCheckLocked( in shouldAllowFgsStartForegroundWithBindingCheckLocked() 8743 private @ReasonCode int shouldAllowFgsStartForegroundNoBindingCheckLocked( in shouldAllowFgsStartForegroundNoBindingCheckLocked()
|