Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java3449 public @Nullable OpEventProxyInfo getLastProxyInfo(@OpFlags int flags) { in getLastProxyInfo() method in AppOpsManager.AttributedOpEntry
3450 return getLastProxyInfo(MAX_PRIORITY_UID_STATE, MIN_PRIORITY_UID_STATE, flags); in getLastProxyInfo()
3467 return getLastProxyInfo(MAX_PRIORITY_UID_STATE, resolveFirstUnrestrictedUidState(mOp), in getLastForegroundProxyInfo()
3485 return getLastProxyInfo(resolveLastRestrictedUidState(mOp), MIN_PRIORITY_UID_STATE, in getLastBackgroundProxyInfo()
3504 public @Nullable OpEventProxyInfo getLastProxyInfo(@UidState int fromUidState, in getLastProxyInfo() method in AppOpsManager.AttributedOpEntry
4065 OpEventProxyInfo proxy = getLastProxyInfo(OP_FLAGS_ALL); in getProxyUid()
4078 OpEventProxyInfo proxy = getLastProxyInfo(uidState, uidState, flags); in getProxyUid()
4091 OpEventProxyInfo proxy = getLastProxyInfo(OP_FLAGS_ALL); in getProxyPackageName()
4104 OpEventProxyInfo proxy = getLastProxyInfo(uidState, uidState, flags); in getProxyPackageName()
4125 public @Nullable OpEventProxyInfo getLastProxyInfo(@OpFlags int flags) { in getLastProxyInfo() method in AppOpsManager.OpEntry
[all …]
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4391 final OpEventProxyInfo proxy = attribution.getLastProxyInfo( in writeState()
5004 final OpEventProxyInfo proxy = entry.getLastProxyInfo(uidState, uidState, flags); in dumpStatesLocked()
/frameworks/base/api/
Dtest-current.txt303 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
304 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);
396 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
397 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);
Dsystem-current.txt463 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
464 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);
551 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
552 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt463 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
464 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);
551 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
552 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);