/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | FingerprintService.java | 308 boolean restricted = !hasPermission(MANAGE_FINGERPRINT); in enumerateNextUser() 313 startEnumerate(mToken, nextUser, null, restricted, true /* internal */); in enumerateNextUser() 322 boolean restricted = !hasPermission(MANAGE_FINGERPRINT); in cleanupUnknownFingerprints() 325 restricted, true /* internal */); in cleanupUnknownFingerprints() 578 IFingerprintServiceReceiver receiver, boolean restricted, boolean internal) { in startRemove() argument 588 token, receiver, fingerId, groupId, userId, restricted, in startRemove() 603 receiver, fingerId, groupId, userId, restricted, token.toString()) { in startRemove() 619 IFingerprintServiceReceiver receiver, boolean restricted, boolean internal) { in startEnumerate() argument 629 token, receiver, userId, userId, restricted, context.getOpPackageName(), in startEnumerate() 645 receiver, userId, userId, restricted, token.toString()) { in startEnumerate() [all …]
|
D | InternalRemovalClient.java | 28 boolean restricted, String owner) { in InternalRemovalClient() argument 30 super(context, halDeviceId, token, receiver, fingerId, groupId, userId, restricted, owner); in InternalRemovalClient()
|
D | InternalEnumerateClient.java | 37 boolean restricted, String owner, List<Fingerprint> enrolledList) { in InternalEnumerateClient() argument 39 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner); in InternalEnumerateClient()
|
D | EnumerateClient.java | 34 boolean restricted, String owner) { in EnumerateClient() argument 35 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner); in EnumerateClient()
|
D | RemovalClient.java | 37 boolean restricted, String owner) { in RemovalClient() argument 38 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner); in RemovalClient()
|
D | EnrollClient.java | 42 boolean restricted, String owner) { in EnrollClient() argument 43 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner); in EnrollClient()
|
D | AuthenticationClient.java | 46 boolean restricted, String owner) { in AuthenticationClient() argument 47 super(context, halDeviceId, token, receiver, targetUserId, groupId, restricted, owner); in AuthenticationClient()
|
D | ClientMonitor.java | 67 IFingerprintServiceReceiver receiver, int userId, int groupId,boolean restricted, in ClientMonitor() argument 75 mIsRestricted = restricted; in ClientMonitor()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | AppItem.java | 29 public boolean restricted; field in AppItem
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 49 …void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in String[] e… in setUserRestriction() argument
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 1423 public void setUserRestriction(int code, boolean restricted, IBinder token) { in setUserRestriction() argument 1424 setUserRestriction(code, restricted, token, /*exceptionPackages*/null); in setUserRestriction() 1428 public void setUserRestriction(int code, boolean restricted, IBinder token, in setUserRestriction() argument 1430 setUserRestrictionForUser(code, restricted, token, exceptionPackages, mContext.getUserId()); in setUserRestriction() 1434 public void setUserRestrictionForUser(int code, boolean restricted, IBinder token, in setUserRestrictionForUser() argument 1437 mService.setUserRestriction(code, restricted, token, userId, exceptionPackages); in setUserRestrictionForUser()
|
/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/services/core/java/com/android/server/ |
D | AppOpsService.java | 2358 public void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in setUserRestriction() argument 2375 setUserRestrictionNoCheck(code, restricted, token, userHandle, exceptionPackages); in setUserRestriction() 2378 private void setUserRestrictionNoCheck(int code, boolean restricted, IBinder token, in setUserRestrictionNoCheck() argument 2394 if (restrictionState.setRestriction(code, restricted, exceptionPackages, userHandle)) { in setUserRestrictionNoCheck() 2524 public boolean setRestriction(int code, boolean restricted, in setRestriction() argument 2528 if (perUserRestrictions == null && restricted) { in setRestriction() 2551 if (userRestrictions == null && restricted) { in setRestriction() 2555 if (userRestrictions != null && userRestrictions[code] != restricted) { in setRestriction() 2556 userRestrictions[code] = restricted; in setRestriction() 2557 if (!restricted && isDefault(userRestrictions)) { in setRestriction()
|
/frameworks/base/core/proto/android/service/ |
D | package.proto | 92 // Is the app restricted by owner / admin
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerServiceTest.java | 829 public void setNetworkRestrictedForUid(boolean restricted) { in setNetworkRestrictedForUid() argument 830 mRestricted = restricted; in setNetworkRestrictedForUid()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 89 restricted to 11 bits (2048 possible values). The largest known current value is 483
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 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/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/wilhelm/doc/ |
D | Doxyfile | 1591 # 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
|
/frameworks/native/docs/ |
D | Doxyfile | 1863 # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 1872 # code bases. Also note that the size of a graph can be further restricted by
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 2251 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2262 # note that the size of a graph can be further restricted by
|
D | Doxyfile | 2260 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 2271 # note that the size of a graph can be further restricted by
|