Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsDeviceAwareServiceTest.java147 return opEntry.getLastProxyInfo(OP_FLAGS_ALL_TRUSTED); in noteProxyOpWithDeviceId()
DAppOpsRecentAccessPersistenceTest.java153 attributedOpEntryForDevice.getLastProxyInfo(OP_FLAGS_ALL); in validateUidStates()
/frameworks/base/core/java/android/app/
DAppOpsManager.java4204 public @Nullable OpEventProxyInfo getLastProxyInfo(@OpFlags int flags) { in getLastProxyInfo() method in AppOpsManager.AttributedOpEntry
4205 return getLastProxyInfo(MAX_PRIORITY_UID_STATE, MIN_PRIORITY_UID_STATE, flags); in getLastProxyInfo()
4222 return getLastProxyInfo(MAX_PRIORITY_UID_STATE, resolveFirstUnrestrictedUidState(mOp), in getLastForegroundProxyInfo()
4240 return getLastProxyInfo(resolveLastRestrictedUidState(mOp), MIN_PRIORITY_UID_STATE, in getLastBackgroundProxyInfo()
4259 public @Nullable OpEventProxyInfo getLastProxyInfo(@UidState int fromUidState, in getLastProxyInfo() method in AppOpsManager.AttributedOpEntry
4828 OpEventProxyInfo proxy = getLastProxyInfo(OP_FLAGS_ALL); in getProxyUid()
4841 OpEventProxyInfo proxy = getLastProxyInfo(uidState, uidState, flags); in getProxyUid()
4854 OpEventProxyInfo proxy = getLastProxyInfo(OP_FLAGS_ALL); in getProxyPackageName()
4867 OpEventProxyInfo proxy = getLastProxyInfo(uidState, uidState, flags); in getProxyPackageName()
4888 public @Nullable OpEventProxyInfo getLastProxyInfo(@OpFlags int flags) { in getLastProxyInfo() method in AppOpsManager.OpEntry
[all …]
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsRecentAccessPersistence.java354 attributedOpEntry.getLastProxyInfo(uidState, uidState, flags); in writeDeviceAttributedOps()
DAppOpsService.java5174 final OpEventProxyInfo proxy = attribution.getLastProxyInfo( in writeRecentAccesses()
5816 final OpEventProxyInfo proxy = entry.getLastProxyInfo(uidState, uidState, flags); in dumpStatesLocked()
6604 final OpEventProxyInfo proxyInfo = opEntry.getLastProxyInfo(
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java545 AppOpsManager.OpEventProxyInfo proxy = attrOpEntry.getLastProxyInfo(opFlags); in getOpUsagesByDevice()
/frameworks/base/core/api/
Dsystem-current.txt756 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
757 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);
855 method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int);
856 …method @Nullable public android.app.AppOpsManager.OpEventProxyInfo getLastProxyInfo(int, int, int);