/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 243 boolean restricted, String owner, int cookie, boolean requireConfirmation) { in AuthenticationClientImpl() argument 245 groupId, opId, restricted, owner, cookie, requireConfirmation); in AuthenticationClientImpl() 305 byte[] cryptoToken, boolean restricted, String owner, in EnrollClientImpl() argument 308 userId, groupId, cryptoToken, restricted, owner, getBiometricUtils(), in EnrollClientImpl() 325 boolean restricted, String owner) { in InternalRemovalClient() argument 327 userId, restricted, owner, getBiometricUtils()); in InternalRemovalClient() 350 ServiceListener listener, int groupId, int userId, boolean restricted, in InternalEnumerateClient() argument 354 restricted, owner); in InternalEnumerateClient() 1214 final boolean restricted = !hasPermission(getManageBiometricPermission()); in isRestricted() 1215 return restricted; in isRestricted() [all …]
|
D | EnumerateClient.java | 36 boolean restricted, String owner) { in EnumerateClient() argument 37 super(context, constants, daemon, halDeviceId, token, listener, userId, groupId, restricted, in EnumerateClient()
|
D | RemovalClient.java | 39 boolean restricted, String owner, BiometricUtils utils) { in RemovalClient() argument 40 super(context, constants, daemon, halDeviceId, token, listener, userId, groupId, restricted, in RemovalClient()
|
D | EnrollClient.java | 46 byte[] cryptoToken, boolean restricted, String owner, BiometricUtils utils, in EnrollClient() argument 48 super(context, constants, daemon, halDeviceId, token, listener, userId, groupId, restricted, in EnrollClient()
|
D | ClientMonitor.java | 86 boolean restricted, String owner, int cookie) { in ClientMonitor() argument 95 mIsRestricted = restricted; in ClientMonitor()
|
D | AuthenticationClient.java | 74 boolean restricted, String owner, int cookie, boolean requireConfirmation) { in AuthenticationClient() argument 76 restricted, owner, cookie); in AuthenticationClient()
|
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/ |
D | FingerprintService.java | 135 boolean restricted, String owner, int cookie, in FingerprintAuthClient() argument 138 restricted, owner, cookie, requireConfirmation); in FingerprintAuthClient() 210 final boolean restricted = isRestricted(); in enroll() 214 cryptoToken, restricted, opPackageName, new int[0] /* disabledFeatures */, in enroll() 241 final boolean restricted = isRestricted(); in authenticate() 244 mCurrentUserId, groupId, opId, restricted, opPackageName, in authenticate() 255 final boolean restricted = true; // BiometricPrompt is always restricted in prepareForAuthentication() 259 mCurrentUserId, groupId, opId, restricted, opPackageName, cookie, in prepareForAuthentication() 301 final boolean restricted = isRestricted(); in remove() 304 fingerId, groupId, userId, restricted, token.toString(), getBiometricUtils()) { in remove() [all …]
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 217 boolean restricted, String owner, int cookie, boolean requireConfirmation) { in FaceAuthClient() argument 219 restricted, owner, cookie, requireConfirmation); in FaceAuthClient() 390 final boolean restricted = isRestricted(); in enroll() 393 0 /* groupId */, cryptoToken, restricted, opPackageName, disabledFeatures, in enroll() 432 final boolean restricted = isRestricted(); in authenticate() 435 mCurrentUserId, 0 /* groupId */, opId, restricted, opPackageName, in authenticate() 447 final boolean restricted = true; // BiometricPrompt is always restricted in prepareForAuthentication() 451 mCurrentUserId, 0 /* groupId */, opId, restricted, opPackageName, cookie, in prepareForAuthentication() 494 final boolean restricted = isRestricted(); in remove() 497 0 /* groupId */, userId, restricted, token.toString(), getBiometricUtils()) { in remove() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | AppItem.java | 29 public boolean restricted; field in AppItem
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppStateTracker.java | 595 boolean restricted) { in updateForcedAppStandbyUidPackageLocked() argument 598 if (wasRestricted == restricted) { in updateForcedAppStandbyUidPackageLocked() 601 if (restricted) { in updateForcedAppStandbyUidPackageLocked() 664 boolean restricted = false; in opChanged() 666 restricted = mAppOpsService.checkOperation(TARGET_OP, in opChanged() 672 if (updateForcedAppStandbyUidPackageLocked(uid, packageName, restricted)) { in opChanged()
|
/frameworks/base/core/java/android/net/ |
D | network-policy-restrictions.md | 3 …e status of Data Saver mode, Battery Saver mode, and the app's whitelist on those restricted modes.
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 90 …void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in String[] e… in setUserRestriction() argument
|
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/ |
D | EthernetTracker.java | 335 boolean restricted = isRestrictedInterface(iface); in updateInterfaceState() 339 if (restricted) { in updateInterfaceState()
|
/frameworks/base/core/proto/android/telephony/ |
D | enums.proto | 147 /** SIM card state: SIM Card restricted, present but not usable due to
|
/frameworks/base/core/proto/android/app/ |
D | tvsettings_enums.proto | 409 // TvSettings > Apps > Security & restrictions > Create restricted profile 412 // TvSettings > Apps > Security & restrictions > Enter restricted profile 424 // Delete restricted profile 428 // Exit restricted profile
|
/frameworks/base/core/proto/android/service/ |
D | package.proto | 106 // Is the app restricted by owner / admin
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 89 restricted to 11 bits (2048 possible values). The largest known current value is 483
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerServiceTest.java | 978 public void setNetworkRestrictedForUid(boolean restricted) { in setNetworkRestrictedForUid() argument 979 mRestricted = restricted; in setNetworkRestrictedForUid()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSwitcherTest.java | 1235 private NetworkRequest addInternetNetworkRequest(Integer subId, int score, boolean restricted) in addInternetNetworkRequest() argument 1240 if (restricted) { in addInternetNetworkRequest()
|
/frameworks/av/apex/ |
D | ld.config.txt | 134 # Once in this namespace, access to libraries in /system/lib is restricted. Only
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 5666 public void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in setUserRestriction() argument 5683 setUserRestrictionNoCheck(code, restricted, token, userHandle, exceptionPackages); in setUserRestriction() 5686 private void setUserRestrictionNoCheck(int code, boolean restricted, IBinder token, in setUserRestrictionNoCheck() argument 5700 if (restrictionState.setRestriction(code, restricted, exceptionPackages, userHandle)) { in setUserRestrictionNoCheck() 6145 public boolean setRestriction(int code, boolean restricted, in setRestriction() argument 6149 if (perUserRestrictions == null && restricted) { in setRestriction() 6172 if (userRestrictions == null && restricted) { in setRestriction() 6176 if (userRestrictions != null && userRestrictions[code] != restricted) { in setRestriction() 6177 userRestrictions[code] = restricted; in setRestriction() 6178 if (!restricted && isDefault(userRestrictions)) { in setRestriction()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 6679 public void setUserRestriction(int code, boolean restricted, IBinder token) { in setUserRestriction() argument 6680 setUserRestriction(code, restricted, token, /*exceptionPackages*/null); in setUserRestriction() 6684 public void setUserRestriction(int code, boolean restricted, IBinder token, in setUserRestriction() argument 6686 setUserRestrictionForUser(code, restricted, token, exceptionPackages, mContext.getUserId()); in setUserRestriction() 6690 public void setUserRestrictionForUser(int code, boolean restricted, IBinder token, in setUserRestrictionForUser() argument 6693 mService.setUserRestriction(code, restricted, token, userId, exceptionPackages); in setUserRestrictionForUser()
|
/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
D | reduce_general_bad_result.rscript | 12 // NOTE: accumulator data type is restricted in certain ways regardless
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 144 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/telephony/proto/src/ |
D | telephony.proto | 301 // but either DCNR is restricted 306 // and both DCNR is not restricted and NR is supported
|