Searched refs:ACTION_PACKAGES_SUSPENDED (Results 1 – 23 of 23) sorted by relevance
117 mPackageMonitorCallbackHelper.notifyPackageMonitor(Intent.ACTION_PACKAGES_SUSPENDED, in testPackageMonitorCallback_SuspendNoAccessCallbackNotCalled()134 mPackageMonitorCallbackHelper.notifyPackageMonitor(Intent.ACTION_PACKAGES_SUSPENDED, in testPackageMonitorCallback_SuspendCallbackCalled()145 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_PACKAGES_SUSPENDED); in testPackageMonitorCallback_SuspendCallbackCalled()
62 eq(Intent.ACTION_PACKAGES_SUSPENDED), pkgListCaptor.capture(), any(), any(), any()) in <lambda>()
191 || TextUtils.equals(action, Intent.ACTION_PACKAGES_SUSPENDED) in isAllowedCallbackAction()
200 suspended ? Intent.ACTION_PACKAGES_SUSPENDED in setPackagesSuspended()
574 } else if (Intent.ACTION_PACKAGES_SUSPENDED.equals(action)) { in doHandlePackageEvent()
260 Intent.ACTION_PACKAGES_SUSPENDED -> { in <lambda>()279 val suspendFilter = IntentFilter(Intent.ACTION_PACKAGES_SUSPENDED) in <lambda>()
299 Intent.ACTION_PACKAGES_SUSPENDED -> { in onReceive()339 val suspendFilter = IntentFilter(Intent.ACTION_PACKAGES_SUSPENDED)
136 Intent intent = new Intent(Intent.ACTION_PACKAGES_SUSPENDED); in testPackageMonitorDoHandlePackageEventPackageSuspended()
227 filter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in init()1157 case Intent.ACTION_PACKAGES_SUSPENDED: in getTileWithCurrentState()
45 import static android.content.Intent.ACTION_PACKAGES_SUSPENDED;1339 mManager.updateWidgetsFromBroadcastInBackground(ACTION_PACKAGES_SUSPENDED); in testUpdateWidgetsFromBroadcastInBackgroundWithPackageSuspended()
225 case Intent.ACTION_PACKAGES_SUSPENDED:427 suspendPackageFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in registerBroadcastReceiver()453 case Intent.ACTION_PACKAGES_SUSPENDED: in onPackageBroadcastReceived()
92 BroadcastBehavior: android.content.Intent#ACTION_PACKAGES_SUSPENDED:93 Field 'ACTION_PACKAGES_SUSPENDED' is missing @BroadcastBehavior
110 BroadcastBehavior: android.content.Intent#ACTION_PACKAGES_SUSPENDED:111 Field 'ACTION_PACKAGES_SUSPENDED' is missing @BroadcastBehavior
114 BroadcastBehavior: android.content.Intent#ACTION_PACKAGES_SUSPENDED:115 Field 'ACTION_PACKAGES_SUSPENDED' is missing @BroadcastBehavior
11223 …field public static final String ACTION_PACKAGES_SUSPENDED = "android.intent.action.PACKAGES_SUSPE…
1936 || action.equals(Intent.ACTION_PACKAGES_SUSPENDED)1949 } else if (action.equals(Intent.ACTION_PACKAGES_SUSPENDED)) {2607 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in init()
1377 suspendPackagesFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in WindowManagerService()1385 Intent.ACTION_PACKAGES_SUSPENDED.equals(intent.getAction()); in WindowManagerService()
2940 … public static final String ACTION_PACKAGES_SUSPENDED = "android.intent.action.PACKAGES_SUSPENDED"; field in Intent
1549 intentFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in initExternalEventReceivers()10104 } else if (action.equals(Intent.ACTION_PACKAGES_SUSPENDED)) { in onReceive()
1095 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in systemReady()
806 && filter.hasAction(Intent.ACTION_PACKAGES_SUSPENDED)) { in initNMS()952 final String action = suspend ? Intent.ACTION_PACKAGES_SUSPENDED in simulatePackageSuspendBroadcast()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...