Searched refs:getLastProxyInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 3449 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/ |
D | AppOpsService.java | 4391 final OpEventProxyInfo proxy = attribution.getLastProxyInfo( in writeState() 5004 final OpEventProxyInfo proxy = entry.getLastProxyInfo(uidState, uidState, flags); in dumpStatesLocked()
|
/frameworks/base/api/ |
D | test-current.txt | 303 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);
|
D | system-current.txt | 463 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/ |
D | system-current.txt | 463 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);
|