Home
last modified time | relevance | path

Searched refs:SyncNotedAppOp (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/app/
DSyncNotedAppOp.java47 public final class SyncNotedAppOp implements Parcelable { class
66 public SyncNotedAppOp(int opMode, @IntRange(from = 0L) int opCode, in SyncNotedAppOp() method in SyncNotedAppOp
86 public SyncNotedAppOp(@IntRange(from = 0L) int opCode, @Nullable String attributionTag) { in SyncNotedAppOp() method in SyncNotedAppOp
103 public SyncNotedAppOp(@IntRange(from = 0L) int opCode, @Nullable String attributionTag, in SyncNotedAppOp() method in SyncNotedAppOp
183 SyncNotedAppOp that = (SyncNotedAppOp) o; in equals()
229 /* package-private */ SyncNotedAppOp(@NonNull android.os.Parcel in) { in SyncNotedAppOp() method in SyncNotedAppOp
252 public static final @NonNull Parcelable.Creator<SyncNotedAppOp> CREATOR
253 = new Parcelable.Creator<SyncNotedAppOp>() {
255 public SyncNotedAppOp[] newArray(int size) {
256 return new SyncNotedAppOp[size];
[all …]
DAppOpsManagerInternal.java87 SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation()
91 Boolean, SyncNotedAppOp> superImpl); in noteOperation()
105 SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation()
109 Boolean, SyncNotedAppOp> superImpl); in noteProxyOperation()
129 SyncNotedAppOp startOperation(@NonNull IBinder token, int code, int uid, in startOperation()
135 Boolean, String, Boolean, Integer, Integer, SyncNotedAppOp> superImpl); in startOperation()
154 SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation()
162 SyncNotedAppOp> superImpl); in startProxyOperation()
DSyncNotedAppOp.aidl19 parcelable SyncNotedAppOp;
DAppOpsManager.java284 public void onNoted(@NonNull SyncNotedAppOp op) {
294 public void onSelfNoted(@NonNull SyncNotedAppOp op) {
298 private void reportStackTraceIfNeeded(@NonNull SyncNotedAppOp op) {
9060 SyncNotedAppOp syncOp; in noteOpNoThrow()
9236 SyncNotedAppOp syncOp = mService.noteProxyOperationWithState(op, in noteProxyOpNoThrow()
9619 SyncNotedAppOp syncOp; in startOpNoThrow()
9762 SyncNotedAppOp syncOp = mService.startProxyOperationWithState(clientId, op, in startProxyOpNoThrow()
10056 private void collectNotedOpForSelf(SyncNotedAppOp syncOp) { in collectNotedOpForSelf()
10075 public static void collectNotedOpSync(@NonNull SyncNotedAppOp syncOp) { in collectNotedOpSync()
10241 sOnOpNotedCallback.onNoted(new SyncNotedAppOp(code, attributionTag)); in readAndLogNotedAppops()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DIAppOpsService.aidl21 import android.app.SyncNotedAppOp;
48SyncNotedAppOp noteOperation(int code, int uid, String packageName, @nullable String attributionTa… in noteOperation()
50 SyncNotedAppOp startOperation(IBinder clientId, int code, int uid, String packageName, in startOperation()
68 SyncNotedAppOp noteProxyOperation(int code, in AttributionSource attributionSource, in noteProxyOperation()
72 SyncNotedAppOp startProxyOperation(IBinder clientId, int code, in startProxyOperation()
83 in SyncNotedAppOp appOp, String message); in reportRuntimeAppOpAccessMessageAndGetConfig()
142 SyncNotedAppOp noteProxyOperationWithState(int code, in noteProxyOperationWithState()
146 SyncNotedAppOp startProxyOperationWithState(IBinder clientId, int code, in startProxyOperationWithState()
156 SyncNotedAppOp noteOperationForDevice(int code, int uid, String packageName, in noteOperationForDevice()
159 SyncNotedAppOp startOperationForDevice(IBinder clientId, int code, int uid, String packageName, in startOperationForDevice()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DAccessCheckDelegate.java27 import android.app.SyncNotedAppOp;
352 public SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation()
356 Boolean, SyncNotedAppOp> superImpl) { in noteOperation()
373 public SyncNotedAppOp noteProxyOperation(int code, in noteProxyOperation()
377 Boolean, SyncNotedAppOp> superImpl) { in noteProxyOperation()
399 public SyncNotedAppOp startOperation(@NonNull IBinder token, int code, int uid, in startOperation()
405 Boolean, String, Boolean, Integer, Integer, SyncNotedAppOp> superImpl) { in startOperation()
424 public SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation()
432 SyncNotedAppOp> superImpl) { in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/policy/
DAppOpsPolicy.java27 import android.app.SyncNotedAppOp;
246 public SyncNotedAppOp noteOperation(int code, int uid, @Nullable String packageName, in noteOperation()
250 Integer, Boolean, String, Boolean, SyncNotedAppOp> superImpl) { in noteOperation()
257 public SyncNotedAppOp noteProxyOperation(int code, @NonNull AttributionSource attributionSource, in noteProxyOperation()
261 SyncNotedAppOp> superImpl) { in noteProxyOperation()
269 public SyncNotedAppOp startOperation(IBinder token, int code, int uid, in startOperation()
275 SyncNotedAppOp> superImpl) { in startOperation()
283 public SyncNotedAppOp startProxyOperation(@NonNull IBinder clientId, int code, in startProxyOperation()
289 Boolean, Boolean, Integer, Integer, Integer, SyncNotedAppOp> superImpl) { in startProxyOperation()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java96 import android.app.SyncNotedAppOp;
2982 public SyncNotedAppOp noteProxyOperation(int code, in noteProxyOperation()
2990 public SyncNotedAppOp noteProxyOperationWithState(int code, in noteProxyOperationWithState()
2998 private SyncNotedAppOp noteProxyOperationImpl(int code, AttributionSource attributionSource, in noteProxyOperationImpl()
3016 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
3021 return new SyncNotedAppOp(AppOpsManager.MODE_ERRORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
3031 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, in noteProxyOperationImpl()
3044 final SyncNotedAppOp proxyReturn = noteOperationUnchecked(code, proxyUid, in noteProxyOperationImpl()
3050 return new SyncNotedAppOp(proxyReturn.getOpMode(), code, proxiedAttributionTag, in noteProxyOperationImpl()
3058 return new SyncNotedAppOp(AppOpsManager.MODE_IGNORED, code, proxiedAttributionTag, in noteProxyOperationImpl()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsServiceTest.java54 import android.app.SyncNotedAppOp;
277 SyncNotedAppOp allowedResult = mAppOpsService.noteOperation(OP_TAKE_AUDIO_FOCUS, sandboxUid, in testNoteOperationFromSdkSandbox()
282 SyncNotedAppOp erroredResult = mAppOpsService.noteOperation(OP_READ_DEVICE_IDENTIFIERS, in testNoteOperationFromSdkSandbox()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DActivityManagerServiceTest.java91 import android.app.SyncNotedAppOp;
291 SyncNotedAppOp allowed = new SyncNotedAppOp(AppOpsManager.MODE_ALLOWED, in mockNoteOperation()
/frameworks/base/core/api/
Dtest-current.txt252 method public static void collectNotedOpSync(@NonNull android.app.SyncNotedAppOp);
472 public final class SyncNotedAppOp implements android.os.Parcelable {
473 ctor public SyncNotedAppOp(int, @IntRange(from=0L) int, @Nullable String, @Nullable String);
Dcurrent.txt5169 method public abstract void onNoted(@NonNull android.app.SyncNotedAppOp);
5170 method public abstract void onSelfNoted(@NonNull android.app.SyncNotedAppOp);
7520 public final class SyncNotedAppOp implements android.os.Parcelable {
7521 ctor public SyncNotedAppOp(@IntRange(from=0L) int, @Nullable String);
7526 …field @NonNull public static final android.os.Parcelable.Creator<android.app.SyncNotedAppOp> CREAT…
/frameworks/base/services/
Dart-profile452 …geStatsPermission(Ljava/lang/String;II)Z+]Landroid/app/SyncNotedAppOp;Landroid/app/SyncNotedAppOp;…
1153 …ava/lang/String;Ljava/lang/String;IZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;+]Landroid/app…
1154 …/lang/String;Ljava/lang/String;IZZLjava/lang/String;ZII)Landroid/app/SyncNotedAppOp;+]Landroid/app…
1190 …java/lang/String;Ljava/lang/String;ZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;+]Lcom/android…
1191 …ava/lang/String;Ljava/lang/String;IZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;+]Lcom/android…
1205 …a/lang/String;Ljava/lang/String;ZZLjava/lang/String;ZII)Landroid/app/SyncNotedAppOp;+]Lcom/android…
1206 …/lang/String;Ljava/lang/String;IZZLjava/lang/String;ZII)Landroid/app/SyncNotedAppOp;+]Lcom/android…
2897 …tring;ZLcom/android/internal/util/function/OctFunction;)Landroid/app/SyncNotedAppOp;+]Lcom/android…
2902 …g;ZIILcom/android/internal/util/function/DodecFunction;)Landroid/app/SyncNotedAppOp;+]Lcom/android…
Dart-wear-profile7607 …OpsService;IILjava/lang/String;Ljava/lang/String;IZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;
7611 …ppOpsService;ILandroid/content/AttributionSource;ZLjava/lang/String;ZZ)Landroid/app/SyncNotedAppOp;
7612 …IBinder;IILjava/lang/String;Ljava/lang/String;IZZLjava/lang/String;ZII)Landroid/app/SyncNotedAppOp;
7618 …eOperation(IILjava/lang/String;Ljava/lang/String;IZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;
7619 …oxyOperation(ILandroid/content/AttributionSource;ZLjava/lang/String;ZZ)Landroid/app/SyncNotedAppOp;
7620 …IBinder;IILjava/lang/String;Ljava/lang/String;IZZLjava/lang/String;ZII)Landroid/app/SyncNotedAppOp;
7666 …OpsService;IILjava/lang/String;Ljava/lang/String;IZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;
7667 …ppOpsService;ILandroid/content/AttributionSource;ZLjava/lang/String;ZZ)Landroid/app/SyncNotedAppOp;
7669 …IBinder;IILjava/lang/String;Ljava/lang/String;IZZLjava/lang/String;ZII)Landroid/app/SyncNotedAppOp;
7724 …teOperation(IILjava/lang/String;Ljava/lang/String;ZLjava/lang/String;Z)Landroid/app/SyncNotedAppOp;
[all …]
/frameworks/base/boot/
Dboot-image-profile.txt1076 HSPLandroid/app/AppOpsManager$1;->onNoted(Landroid/app/SyncNotedAppOp;)V
1077 HSPLandroid/app/AppOpsManager$1;->onSelfNoted(Landroid/app/SyncNotedAppOp;)V
1078 HSPLandroid/app/AppOpsManager$1;->reportStackTraceIfNeeded(Landroid/app/SyncNotedAppOp;)V
2664 HSPLandroid/app/SyncNotedAppOp$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/SyncNotedAppOp;
2665 HSPLandroid/app/SyncNotedAppOp$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
2666 HSPLandroid/app/SyncNotedAppOp;-><init>(IILjava/lang/String;Ljava/lang/String;)V
2667 HSPLandroid/app/SyncNotedAppOp;-><init>(ILjava/lang/String;)V
2668 HSPLandroid/app/SyncNotedAppOp;-><init>(ILjava/lang/String;Ljava/lang/String;)V
2669 HSPLandroid/app/SyncNotedAppOp;-><init>(Landroid/os/Parcel;)V
2670 HSPLandroid/app/SyncNotedAppOp;->getAttributionTag()Ljava/lang/String;
[all …]
Dpreloaded-classes746 android.app.SyncNotedAppOp$1
747 android.app.SyncNotedAppOp
/frameworks/base/config/
Dboot-image-profile.txt1076 HSPLandroid/app/AppOpsManager$1;->onNoted(Landroid/app/SyncNotedAppOp;)V
1077 HSPLandroid/app/AppOpsManager$1;->onSelfNoted(Landroid/app/SyncNotedAppOp;)V
1078 HSPLandroid/app/AppOpsManager$1;->reportStackTraceIfNeeded(Landroid/app/SyncNotedAppOp;)V
2664 HSPLandroid/app/SyncNotedAppOp$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/SyncNotedAppOp;
2665 HSPLandroid/app/SyncNotedAppOp$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
2666 HSPLandroid/app/SyncNotedAppOp;-><init>(IILjava/lang/String;Ljava/lang/String;)V
2667 HSPLandroid/app/SyncNotedAppOp;-><init>(ILjava/lang/String;)V
2668 HSPLandroid/app/SyncNotedAppOp;-><init>(ILjava/lang/String;Ljava/lang/String;)V
2669 HSPLandroid/app/SyncNotedAppOp;-><init>(Landroid/os/Parcel;)V
2670 HSPLandroid/app/SyncNotedAppOp;->getAttributionTag()Ljava/lang/String;
[all …]
Dpreloaded-classes746 android.app.SyncNotedAppOp$1
747 android.app.SyncNotedAppOp
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...