Searched refs:AttributedOp (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
D | AppOpsRecentAccessPersistenceTest.java | 128 AttributedOp attributedOp = in validateUidStates() 143 AttributedOp attributedOpForDevice = op.mDeviceAttributedOps.get("companion:1").get(null); in validateUidStates()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 271 final AttributedOp.OpEventProxyInfoPool mOpEventProxyInfoPool = 272 new AttributedOp.OpEventProxyInfoPool(MAX_UNUSED_POOLED_OBJECTS); 279 final AttributedOp.InProgressStartOpEventPool mInProgressStartOpEventPool = 280 new AttributedOp.InProgressStartOpEventPool(mOpEventProxyInfoPool, 616 final ArrayMap<String, ArrayMap<String, AttributedOp>> mDeviceAttributedOps = 617 new ArrayMap<String, ArrayMap<String, AttributedOp>>(1); 627 new ArrayMap<String, AttributedOp>()); in Op() 633 ArrayMap<String, AttributedOp> attributedOps = mDeviceAttributedOps.valueAt( in removeAttributionsWithNoTime() 647 @NonNull AttributedOp getOrCreateAttribution(@NonNull Op parent, in getOrCreateAttribution() 649 ArrayMap<String, AttributedOp> attributedOps = mDeviceAttributedOps.get( in getOrCreateAttribution() [all …]
|
D | AttributedOp.java | 44 final class AttributedOp { class 86 AttributedOp(@NonNull AppOpsService appOpsService, @Nullable String tag, in AttributedOp() method in AttributedOp 262 ArrayMap<IBinder, AttributedOp.InProgressStartOpEvent> events = isPaused() in doForAllInProgressStartOpEvents() 585 public void add(@NonNull AttributedOp opToAdd) { in add()
|
D | AppOpsRecentAccessPersistence.java | 255 AttributedOp attributedOp = parent.getOrCreateAttribution(parent, attribution, deviceId); in readAttributionOp() 330 ArrayMap<String, AttributedOp> attributedOps = in writeDeviceAttributedOps()
|
/frameworks/base/services/ |
D | art-profile | 1156 …ServiceTracingDecorator;]Lcom/android/server/appop/AttributedOp;Lcom/android/server/appop/Attribut… 1157 …ice$Op;Ljava/lang/String;Ljava/lang/String;)Lcom/android/server/appop/AttributedOp;+]Landroid/util… 1158 …;Landroid/util/ArrayMap;]Lcom/android/server/appop/AttributedOp;Lcom/android/server/appop/Attribut… 1172 …ver/appop/AppOpsService;]Lcom/android/server/appop/AttributedOp;Lcom/android/server/appop/Attribut… 1195 …ver/appop/AppOpsService;]Lcom/android/server/appop/AttributedOp;Lcom/android/server/appop/Attribut… 1236 …AttributedOp$InProgressStartOpEvent;->reinit(JJLandroid/os/IBinder;Ljava/lang/String;ILjava/lang/R… 1237 …AttributedOp;->createAttributedOpEntryLocked()Landroid/app/AppOpsManager$AttributedOpEntry;+]Landr… 1238 HPLcom/android/server/appop/AttributedOp;->deepClone(Landroid/util/LongSparseArray;)Landroid/util/L… 1239 …AttributedOp;->finishOrPause(Landroid/os/IBinder;ZZ)V+]Landroid/app/AppOpsManager$NoteOpEvent;Land… 1240 HSPLcom/android/server/appop/AttributedOp;->isRunning()Z+]Landroid/util/ArrayMap;Landroid/util/Arra… [all …]
|
D | art-wear-profile | 374 Lcom/android/server/appop/AttributedOp$InProgressStartOpEventPool; 375 Lcom/android/server/appop/AttributedOp$OpEventProxyInfoPool; 376 Lcom/android/server/appop/AttributedOp; 7636 …appop/AppOpsService$Op;Ljava/lang/String;Ljava/lang/String;)Lcom/android/server/appop/AttributedOp; 7639 …appop/AppOpsService$Op;Ljava/lang/String;Ljava/lang/String;)Lcom/android/server/appop/AttributedOp; 7835 PLcom/android/server/appop/AttributedOp$$ExternalSyntheticLambda0;-><init>()V 7836 HPLcom/android/server/appop/AttributedOp$InProgressStartOpEvent;-><init>(JJLandroid/os/IBinder;ILja… 7837 HPLcom/android/server/appop/AttributedOp$InProgressStartOpEvent;->finish()V 7838 PLcom/android/server/appop/AttributedOp$InProgressStartOpEvent;->getAttributionChainId()I 7839 PLcom/android/server/appop/AttributedOp$InProgressStartOpEvent;->getAttributionFlags()I [all …]
|