/aosp12/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 3590 private AttributedOpEntry(@NonNull AttributedOpEntry other) { in AttributedOpEntry() method in AppOpsManager.AttributedOpEntry 4035 public AttributedOpEntry( in AttributedOpEntry() method in AppOpsManager.AttributedOpEntry 4132 return new AttributedOpEntry[size]; 4137 return new AttributedOpEntry(in); 6484 final AttributedOpEntry cloneOp = new AttributedOpEntry(origOp); in HistoricalOp() 6625 AttributedOpEntry access = new AttributedOpEntry(mOp, false, accessEvents, null); in addDiscreteAccess() 7105 private static List<AttributedOpEntry> listForFlagsInStates(List<AttributedOpEntry> accesses, in listForFlagsInStates() 7113 AttributedOpEntry entry = accesses.get(i); in listForFlagsInStates() 10074 private static List<AttributedOpEntry> deduplicateDiscreteEvents(List<AttributedOpEntry> list) { in deduplicateDiscreteEvents() 10091 private static AttributedOpEntry mergeAttributedOpEntries(List<AttributedOpEntry> opEntries) { in mergeAttributedOpEntries() [all …]
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/ |
H A D | RecentLocationAppsTest.java | 10 import android.app.AppOpsManager.AttributedOpEntry; 165 new AttributedOpEntry(op, false, accessEvents, null))); in createOpEntryWithTime()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/ |
H A D | AppPermissionUsage.java | 24 import android.app.AppOpsManager.AttributedOpEntry; 262 AppOpsManager.AttributedOpEntry opEntry = historicalOp.getDiscreteAccessAt(j); in getAllDiscreteAccessTime() 403 AttributedOpEntry opEntry = historicalOp.getDiscreteAccessAt(j); in getAttributionLabelledGroupUsages()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
H A D | RecentAppOpsAccessesTest.java | 198 new AppOpsManager.AttributedOpEntry(op, false, accessEvents, null))); in createOpEntryWithTime()
|
/aosp12/frameworks/base/core/java/android/permission/ |
H A D | PermissionUsageHelper.java | 380 AppOpsManager.AttributedOpEntry attrOpEntry = in getOpUsages()
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 93 import android.app.AppOpsManager.AttributedOpEntry; 1416 @NonNull AttributedOpEntry createAttributedOpEntryLocked() { in createAttributedOpEntryLocked() 1439 return new AttributedOpEntry(parent.op, isRunning(), accessEvents, rejectEvents); in createAttributedOpEntryLocked() 1494 final ArrayMap<String, AppOpsManager.AttributedOpEntry> attributionEntries = in createEntryLocked() 1507 final ArrayMap<String, AttributedOpEntry> attributionEntries = new ArrayMap<>(1); in createSingleAttributionEntryLocked() 5145 final AttributedOpEntry attribution = in writeState() 5565 final AppOpsManager.AttributedOpEntry attributionEnt = in onShellCommand() 5768 final AttributedOpEntry entry = op.createSingleAttributionEntryLocked( in dumpStatesLocked()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 551 public static final class AppOpsManager.AttributedOpEntry implements android.os.Parcelable { 571 …ic static final android.os.Parcelable.Creator<android.app.AppOpsManager.AttributedOpEntry> CREATOR; 580 …method @NonNull public java.util.List<android.app.AppOpsManager.AttributedOpEntry> getBackgroundDi… 582 …method @NonNull public android.app.AppOpsManager.AttributedOpEntry getDiscreteAccessAt(@IntRange(f… 584 …method @NonNull public java.util.List<android.app.AppOpsManager.AttributedOpEntry> getDiscreteAcce… 587 …method @NonNull public java.util.List<android.app.AppOpsManager.AttributedOpEntry> getForegroundDi… 645 …ull public java.util.Map<java.lang.String,android.app.AppOpsManager.AttributedOpEntry> getAttribut…
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 243 android.app.AppOpsManager$AttributedOpEntry$1 244 android.app.AppOpsManager$AttributedOpEntry$LongSparseArrayParceling 245 android.app.AppOpsManager$AttributedOpEntry
|
H A D | boot-image-profile.txt | 1100 HSPLandroid/app/AppOpsManager$AttributedOpEntry;->getLastAccessEvent(III)Landroid/app/AppOpsManager… 1101 HSPLandroid/app/AppOpsManager$AttributedOpEntry;->getLastRejectEvent(III)Landroid/app/AppOpsManager… 22978 Landroid/app/AppOpsManager$AttributedOpEntry$1; 22979 Landroid/app/AppOpsManager$AttributedOpEntry$LongSparseArrayParceling; 22980 Landroid/app/AppOpsManager$AttributedOpEntry;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 242 android.app.AppOpsManager$AttributedOpEntry$1 243 android.app.AppOpsManager$AttributedOpEntry$LongSparseArrayParceling 244 android.app.AppOpsManager$AttributedOpEntry
|
H A D | boot-image-profile.txt | 1100 HSPLandroid/app/AppOpsManager$AttributedOpEntry;->getLastAccessEvent(III)Landroid/app/AppOpsManager… 1101 HSPLandroid/app/AppOpsManager$AttributedOpEntry;->getLastRejectEvent(III)Landroid/app/AppOpsManager… 32611 Landroid/app/AppOpsManager$AttributedOpEntry$1; 32612 Landroid/app/AppOpsManager$AttributedOpEntry$LongSparseArrayParceling; 32613 Landroid/app/AppOpsManager$AttributedOpEntry;
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 9790 …butedOp;->createAttributedOpEntryLocked()Landroid/app/AppOpsManager$AttributedOpEntry;+]Landroid/u… 9961 …;Ljava/lang/Long;]Landroid/app/AppOpsManager$AttributedOpEntry;Landroid/app/AppOpsManager$Attribut… 10088 …;Ljava/lang/Long;]Landroid/app/AppOpsManager$AttributedOpEntry;Landroid/app/AppOpsManager$Attribut…
|