Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java222 boolean restricted, String owner, int cookie, boolean requireConfirmation) { in AuthenticationClientImpl() argument
224 groupId, opId, restricted, owner, cookie, requireConfirmation); in AuthenticationClientImpl()
284 byte[] cryptoToken, boolean restricted, String owner, in EnrollClientImpl() argument
287 userId, groupId, cryptoToken, restricted, owner, getBiometricUtils(), in EnrollClientImpl()
304 boolean restricted, String owner) { in InternalRemovalClient() argument
306 userId, restricted, owner, getBiometricUtils()); in InternalRemovalClient()
329 ServiceListener listener, int groupId, int userId, boolean restricted, in InternalEnumerateClient() argument
333 restricted, owner); in InternalEnumerateClient()
1153 final boolean restricted = !hasPermission(getManageBiometricPermission()); in isRestricted()
1154 return restricted; in isRestricted()
[all …]
DEnumerateClient.java36 boolean restricted, String owner) { in EnumerateClient() argument
37 super(context, constants, daemon, halDeviceId, token, listener, userId, groupId, restricted, in EnumerateClient()
DRemovalClient.java39 boolean restricted, String owner, BiometricUtils utils) { in RemovalClient() argument
40 super(context, constants, daemon, halDeviceId, token, listener, userId, groupId, restricted, in RemovalClient()
DEnrollClient.java46 byte[] cryptoToken, boolean restricted, String owner, BiometricUtils utils, in EnrollClient() argument
48 super(context, constants, daemon, halDeviceId, token, listener, userId, groupId, restricted, in EnrollClient()
DClientMonitor.java86 boolean restricted, String owner, int cookie) { in ClientMonitor() argument
95 mIsRestricted = restricted; in ClientMonitor()
DAuthenticationClient.java71 boolean restricted, String owner, int cookie, boolean requireConfirmation) { in AuthenticationClient() argument
73 restricted, owner, cookie); in AuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java133 boolean restricted, String owner, int cookie, in FingerprintAuthClient() argument
136 restricted, owner, cookie, requireConfirmation); in FingerprintAuthClient()
202 final boolean restricted = isRestricted(); in enroll()
206 cryptoToken, restricted, opPackageName, new int[0] /* disabledFeatures */) { in enroll()
232 final boolean restricted = isRestricted(); in authenticate()
235 mCurrentUserId, groupId, opId, restricted, opPackageName, in authenticate()
246 final boolean restricted = true; // BiometricPrompt is always restricted in prepareForAuthentication()
250 mCurrentUserId, groupId, opId, restricted, opPackageName, cookie, in prepareForAuthentication()
292 final boolean restricted = isRestricted(); in remove()
295 fingerId, groupId, userId, restricted, token.toString(), getBiometricUtils()) { in remove()
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java106 boolean restricted, String owner, int cookie, boolean requireConfirmation) { in FaceAuthClient() argument
108 restricted, owner, cookie, requireConfirmation); in FaceAuthClient()
233 final boolean restricted = isRestricted(); in enroll()
236 0 /* groupId */, cryptoToken, restricted, opPackageName, disabledFeatures) { in enroll()
274 final boolean restricted = isRestricted(); in authenticate()
277 mCurrentUserId, 0 /* groupId */, opId, restricted, opPackageName, in authenticate()
289 final boolean restricted = true; // BiometricPrompt is always restricted in prepareForAuthentication()
293 mCurrentUserId, 0 /* groupId */, opId, restricted, opPackageName, cookie, in prepareForAuthentication()
335 final boolean restricted = isRestricted(); in remove()
338 0 /* groupId */, userId, restricted, token.toString(), getBiometricUtils()) { in remove()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DAppItem.java29 public boolean restricted; field in AppItem
/frameworks/base/services/core/java/com/android/server/
DAppStateTracker.java594 boolean restricted) { in updateForcedAppStandbyUidPackageLocked() argument
597 if (wasRestricted == restricted) { in updateForcedAppStandbyUidPackageLocked()
600 if (restricted) { in updateForcedAppStandbyUidPackageLocked()
663 boolean restricted = false; in opChanged()
665 restricted = mAppOpsService.checkOperation(TARGET_OP, in opChanged()
671 if (updateForcedAppStandbyUidPackageLocked(uid, packageName, restricted)) { in opChanged()
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl73 …void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in String[] e… in setUserRestriction() argument
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md3 …e status of Data Saver mode, Battery Saver mode, and the app's whitelist on those restricted modes.
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetTracker.java220 boolean restricted = isRestrictedInterface(iface); in updateInterfaceState()
224 if (restricted) { in updateInterfaceState()
/frameworks/base/core/proto/android/telephony/
Denums.proto111 /** SIM card state: SIM Card restricted, present but not usable due to
/frameworks/base/core/proto/android/service/
Dpackage.proto106 // Is the app restricted by owner / admin
/frameworks/minikin/doc/
Dhyb_file_format.md89 restricted to 11 bits (2048 possible values). The largest known current value is 483
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerServiceTest.java940 public void setNetworkRestrictedForUid(boolean restricted) { in setNetworkRestrictedForUid() argument
941 mRestricted = restricted; in setNetworkRestrictedForUid()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4227 public void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in setUserRestriction() argument
4244 setUserRestrictionNoCheck(code, restricted, token, userHandle, exceptionPackages); in setUserRestriction()
4247 private void setUserRestrictionNoCheck(int code, boolean restricted, IBinder token, in setUserRestrictionNoCheck() argument
4261 if (restrictionState.setRestriction(code, restricted, exceptionPackages, userHandle)) { in setUserRestrictionNoCheck()
4446 public boolean setRestriction(int code, boolean restricted, in setRestriction() argument
4450 if (perUserRestrictions == null && restricted) { in setRestriction()
4473 if (userRestrictions == null && restricted) { in setRestriction()
4477 if (userRestrictions != null && userRestrictions[code] != restricted) { in setRestriction()
4478 userRestrictions[code] = restricted; in setRestriction()
4479 if (!restricted && isDefault(userRestrictions)) { in setRestriction()
/frameworks/base/core/java/android/app/
DAppOpsManager.java4566 public void setUserRestriction(int code, boolean restricted, IBinder token) { in setUserRestriction() argument
4567 setUserRestriction(code, restricted, token, /*exceptionPackages*/null); in setUserRestriction()
4571 public void setUserRestriction(int code, boolean restricted, IBinder token, in setUserRestriction() argument
4573 setUserRestrictionForUser(code, restricted, token, exceptionPackages, mContext.getUserId()); in setUserRestriction()
4577 public void setUserRestrictionForUser(int code, boolean restricted, IBinder token, in setUserRestrictionForUser() argument
4580 mService.setUserRestriction(code, restricted, token, userId, exceptionPackages); in setUserRestrictionForUser()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSwitcherTest.java1104 private NetworkRequest addInternetNetworkRequest(Integer subId, int score, boolean restricted) in addInternetNetworkRequest() argument
1109 if (restricted) { in addInternetNetworkRequest()
/frameworks/av/apex/
Dld.config.txt121 # Once in this namespace, access to libraries in /system/lib is restricted. Only
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt144 running a program using the Library is not restricted, and output from
405 12. If the distribution and/or use of the Library is restricted in
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md76 resource-restricted systems, like Android. It is very resource-friendly in both
/frameworks/base/core/proto/android/server/
Djobscheduler.proto868 // The job is not restricted from running in the background (due to
/frameworks/wilhelm/doc/
DDoxyfile1591 # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1600 # code bases. Also note that the size of a graph can be further restricted by

12