Home
last modified time | relevance | path

Searched refs:proxyDeviceId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAttributedOp.java105 @Nullable String proxyAttributionTag, @Nullable String proxyDeviceId, in accessed() argument
108 accessed(accessTime, -1, proxyUid, proxyPackageName, proxyAttributionTag, proxyDeviceId, in accessed()
131 @Nullable String proxyDeviceId, @AppOpsManager.UidState int uidState, in accessed() argument
142 proxyAttributionTag, proxyDeviceId); in accessed()
208 @Nullable String proxyDeviceId, @AppOpsManager.UidState int uidState, in started() argument
212 proxyDeviceId, uidState, flags, attributionFlags, attributionChainId, false, in started()
219 @Nullable String proxyDeviceId, @AppOpsManager.UidState int uidState, in startedOrPaused() argument
243 proxyUid, proxyPackageName, proxyAttributionTag, proxyDeviceId, uidState, flags, in startedOrPaused()
390 @Nullable String proxyDeviceId, @AppOpsManager.UidState int uidState, in createPaused() argument
394 proxyDeviceId, uidState, flags, attributionFlags, attributionChainId, false, in createPaused()
[all …]
DAppOpsRecentAccessPersistence.java249 final String proxyDeviceId = parser.getAttributeValue(null, ATTR_PROXY_DEVICE_ID); in readAttributionOp() local
259 proxyAttributionTag, proxyDeviceId, uidState, opFlags); in readAttributionOp()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DProxyManager.java926 final int proxyDeviceId = proxy.getDeviceId(); in notifyProxyOfRunningAppsChange() local
928 if (localVdm.getDeviceIdsForUid(uid).contains(proxyDeviceId)) { in notifyProxyOfRunningAppsChange()
929 deviceIdsToUpdate.add(proxyDeviceId); in notifyProxyOfRunningAppsChange()
934 for (Integer proxyDeviceId : deviceIdsToUpdate) { in notifyProxyOfRunningAppsChange()
935 onProxyChanged(proxyDeviceId, true); in notifyProxyOfRunningAppsChange()