Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceTypePolicy.java790 final @Nullable ForegroundServiceTypePermissions mAllOfPermissions; field in ForegroundServiceTypePolicy.ForegroundServiceTypePolicyInfo
856 mAllOfPermissions = allOfPermissions; in ForegroundServiceTypePolicyInfo()
894 if (mAllOfPermissions != null) { in toPermissionString()
896 sb.append(mAllOfPermissions.toString()); in toPermissionString()
934 if (mAllOfPermissions == null) { in getRequiredAllOfPermissionsForTest()
937 return Optional.of(mAllOfPermissions.toStringArray(context)); in getRequiredAllOfPermissionsForTest()
1395 if (policy.mAllOfPermissions != null) { in checkForegroundServiceTypePolicy()
1396 permissionResult = policy.mAllOfPermissions.checkPermissions(context, in checkForegroundServiceTypePolicy()