Home
last modified time | relevance | path

Searched refs:readOp (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsCheckingServiceImpl.java986 readOp(parser, userId, pkgName); in readUid()
1032 readOp(parser, userId, pkgName); in readPackage()
1042 private void readOp(TypedXmlPullParser parser, int userId, @NonNull String pkgName) in readOp() method in AppOpsCheckingServiceImpl
H A DHistoricalRegistry.java962 final HistoricalOps readOp = readOps.get(i); in collectHistoricalOpsDLocked() local
963 currentOps.merge(readOp); in collectHistoricalOpsDLocked()
H A DAppOpsService.java4222 readOp(parser, uidState, pkgName); in readUid()
4256 private void readOp(TypedXmlPullParser parser, in readOp() method in AppOpsService
/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java1381 public final void setAppOps(int readOp, int writeOp) { in setAppOps() argument
1383 mTransport.mReadOp = readOp; in setAppOps()
/aosp14/frameworks/base/services/
H A Dart-profile-boot2 Lcom/android/server/appop/AppOpsService;->readOp(Lorg/xmlpull/v1/XmlPullParser;Lcom/android/server/…
H A Dart-profile2411 HSPLcom/android/server/appop/AppOpsCheckingServiceImpl;->readOp(Lcom/android/modules/utils/TypedXml…
2542 HSPLcom/android/server/appop/AppOpsService;->readOp(Lcom/android/modules/utils/TypedXmlPullParser;L…