Home
last modified time | relevance | path

Searched refs:OP_NONE (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestUtils.java19 import static android.app.AppOpsManager.OP_NONE;
107 super(service, session, window, token, null, OP_NONE, 0, attrs, 0, 0, 0, in TestWindowState()
DWindowTestsBase.java19 import static android.app.AppOpsManager.OP_NONE;
241 OP_NONE, 0, attrs, VISIBLE, ownerId, userId, in createWindow()
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java22 import static android.app.AppOpsManager.OP_NONE;
190 if (extraAppOp != OP_NONE) { in onStart()
219 if (appOpCode != OP_NONE) { in onStart()
298 if (op == OP_NONE) { in getSwitchOp()
299 return OP_NONE; in getSwitchOp()
710 if (appOpCode == OP_NONE) { in addPermissionAppOp()
791 if (extraOpCode == OP_NONE) { in addExtraAppOp()
DSoftRestrictedPermissionPolicy.java23 import static android.app.AppOpsManager.OP_NONE;
271 return OP_NONE;
DPhoneWindowManager.java2079 outAppOp[0] = AppOpsManager.OP_NONE; in checkAddPermission()
/frameworks/base/core/java/android/app/
DActivityManagerNative.java69 broadcastStickyIntent(intent, permission, AppOpsManager.OP_NONE, userId); in broadcastStickyIntent()
DContextImpl.java1117 null, Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, null, false, in sendBroadcast()
1135 AppOpsManager.OP_NONE, null, false, false, getUserId()); in sendBroadcast()
1150 AppOpsManager.OP_NONE, null, false, false, getUserId()); in sendBroadcastMultiplePermissions()
1165 AppOpsManager.OP_NONE, null, false, false, user.getIdentifier()); in sendBroadcastAsUserMultiplePermissions()
1182 AppOpsManager.OP_NONE, options, false, false, getUserId()); in sendBroadcast()
1216 AppOpsManager.OP_NONE, null, true, false, getUserId()); in sendOrderedBroadcast()
1227 sendOrderedBroadcast(intent, receiverPermission, AppOpsManager.OP_NONE, in sendOrderedBroadcast()
1236 sendOrderedBroadcast(intent, receiverPermission, AppOpsManager.OP_NONE, in sendOrderedBroadcast()
1292 null, Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, null, false, in sendBroadcastAsUser()
1302 sendBroadcastAsUser(intent, user, receiverPermission, AppOpsManager.OP_NONE); in sendBroadcastAsUser()
[all …]
DAppOpsManager.java795 public static final int OP_NONE = AppProtoEnums.APP_OP_NONE; field in AppOpsManager
2475 new MessageSamplingConfig(OP_NONE, 0, 0);
2501 if (op == OP_NONE) return "NONE"; in opToName()
2567 return boxedOpCode != null ? boxedOpCode : OP_NONE; in permissionToOpCode()
4508 opNames.get(i)) != AppOpsManager.OP_NONE); in setOpNames()
8336 if (sConfig.getSampledOpCode() == OP_NONE && in isCollectingStackTraces()
DActivityManager.java4479 broadcastStickyIntent(intent, AppOpsManager.OP_NONE, userId);
/frameworks/base/services/core/java/com/android/server/am/
DBugReportHandlerUtil.java19 import static android.app.AppOpsManager.OP_NONE;
130 OP_NONE, /* options= */ null, in launchBugReportHandlerApp()
DAssistDataRequester.java21 import static android.app.AppOpsManager.OP_NONE;
209 && (mRequestScreenshotAppOps != OP_NONE); in requestData()
DUserController.java520 AppOpsManager.OP_NONE, null, true, false, MY_PID, SYSTEM_UID, in finishUserBoot()
625 null, null, AppOpsManager.OP_NONE, null, false, false, MY_PID, SYSTEM_UID, in finishUserUnlocked()
638 null, null, 0, null, null, null, AppOpsManager.OP_NONE, in finishUserUnlocked()
698 }, 0, null, null, null, AppOpsManager.OP_NONE, in finishUserUnlockedCompleted()
751 AppOpsManager.OP_NONE, null, true, false, MY_PID, SYSTEM_UID, in finishUserUnlockedCompleted()
921 new String[]{INTERACT_ACROSS_USERS}, AppOpsManager.OP_NONE,
963 AppOpsManager.OP_NONE,
1125 null, null, 0, null, null, null, AppOpsManager.OP_NONE,
1438 null, null, 0, null, null, null, AppOpsManager.OP_NONE,
1467 new String[]{INTERACT_ACROSS_USERS}, AppOpsManager.OP_NONE,
[all …]
DPreBootBroadcaster.java112 null, AppOpsManager.OP_NONE, null, true, false, ActivityManagerService.MY_PID, in sendNext()
DBroadcastQueue.java640 if (opCode != AppOpsManager.OP_NONE in deliverToRegisteredReceiverLocked()
673 if (appOp != AppOpsManager.OP_NONE && appOp != r.appOp in deliverToRegisteredReceiverLocked()
705 if (!skip && r.appOp != AppOpsManager.OP_NONE in deliverToRegisteredReceiverLocked()
1366 if (opCode != AppOpsManager.OP_NONE in processNextBroadcastLocked()
1404 if (appOp != AppOpsManager.OP_NONE && appOp != r.appOp in processNextBroadcastLocked()
1421 if (!skip && r.appOp != AppOpsManager.OP_NONE in processNextBroadcastLocked()
DBroadcastRecord.java137 || appOp != AppOpsManager.OP_NONE) { in dump()
DActivityManagerService.java34 import static android.app.AppOpsManager.OP_NONE;
3033 OP_NONE, null, false, false, -1, SYSTEM_UID, Binder.getCallingUid(), in batterySendBroadcast()
4760 null, null, 0, null, null, null, OP_NONE, in finishForceStopPackageLocked()
9479 OP_NONE, null, false, false, UserHandle.USER_ALL); in sendIdleJobTrigger()
9709 null, null, 0, null, null, null, OP_NONE, in systemReady()
9721 }, 0, null, null, new String[] {INTERACT_ACROSS_USERS}, OP_NONE, null, in systemReady()
15681 null, null, -1, -1, false, null, null, OP_NONE, null, receivers, in registerReceiverWithFeature()
16765 OP_NONE, bOptions, serialized, sticky, -1, uid, realCallingUid, in broadcastIntentInPackage()
19446 null /*resultExtras*/, requiredPermissions, AppOpsManager.OP_NONE, in broadcastIntent()
19561 OP_NONE, null, false, false, MY_PID, SYSTEM_UID, Binder.getCallingUid(), in broadcastGlobalConfigurationChanged()
[all …]
DActivityManagerShellCommand.java748 requiredPermissions, android.app.AppOpsManager.OP_NONE, bundle, true, false,
/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h41 OP_NONE = -1, enumerator
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java39 import static android.app.AppOpsManager.OP_NONE;
348 private int mSampledAppOpCode = OP_NONE;
1279 case OP_NONE: in toString()
2505 } else if (callback.mWatchedOpCode == OP_NONE) { in notifyOpChanged()
2734 Preconditions.checkArgumentInRange(op, AppOpsManager.OP_NONE, in startWatchingModeWithFlags()
2740 int switchOp = (op != AppOpsManager.OP_NONE) ? AppOpsManager.opToSwitch(op) : op; in startWatchingModeWithFlags()
2744 if (op == OP_NONE) { in startWatchingModeWithFlags()
2759 if (switchOp != AppOpsManager.OP_NONE) { in startWatchingModeWithFlags()
3647 return AppOpsManager.OP_NONE; in permissionToOpCode()
4586 op = AppOpsManager.OP_NONE; in parseUserPackageOp()
[all …]
/frameworks/base/core/java/android/content/
DContentProvider.java220 volatile int mReadOp = AppOpsManager.OP_NONE;
221 volatile int mWriteOp = AppOpsManager.OP_NONE;
706 if (op != AppOpsManager.OP_NONE) { in noteProxyOp()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java372 intent, user, receiverPermission, AppOpsManager.OP_NONE, resultReceiver, in sendOrderedBroadcastAsUser()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java919 null, null, 0, null, null, null, android.app.AppOpsManager.OP_NONE, in onOverlaysChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java22 import static android.app.AppOpsManager.OP_NONE;
3074 if (mAppOp == OP_NONE || !mAppOpVisibility) { in initAppOpsState()
3090 if (mAppOp != OP_NONE && mAppOpVisibility) { in resetAppOpsState()
3097 if (mAppOp == OP_NONE) { in updateAppOpsState()
DActivityStackSupervisor.java1165 if (opCode == AppOpsManager.OP_NONE) { in getComponentRestrictionForCallingPackage()
1209 if (opCode == AppOpsManager.OP_NONE) { in getActionRestrictionForCallingPackage()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5351 if (opCode == AppOpsManager.OP_NONE || mAppOpsManager.checkOpNoThrow(
5377 if (opCode == AppOpsManager.OP_NONE || mAppOpsManager.noteOpNoThrow(

12