Searched refs:ACTION_PACKAGE_UNSTOPPED (Results 1 – 13 of 13) sorted by relevance
111 case Intent.ACTION_PACKAGE_UNSTOPPED: {138 filter.addAction(Intent.ACTION_PACKAGE_UNSTOPPED); in startTrackingLocked()
145 && filter.hasAction(Intent.ACTION_PACKAGE_UNSTOPPED)), in setUp()181 stopped ? Intent.ACTION_PACKAGE_RESTARTED : Intent.ACTION_PACKAGE_UNSTOPPED); in sendPackageStoppedBroadcast()
197 || TextUtils.equals(action, Intent.ACTION_PACKAGE_UNSTOPPED); in isAllowedCallbackAction()
4677 mBroadcastHelper.sendPackageBroadcast(Intent.ACTION_PACKAGE_UNSTOPPED,4683 mPackageMonitorCallbackHelper.notifyPackageMonitor(Intent.ACTION_PACKAGE_UNSTOPPED,
582 } else if (Intent.ACTION_PACKAGE_UNSTOPPED.equals(action)) { in doHandlePackageEvent()
227 Intent intent = new Intent(Intent.ACTION_PACKAGE_UNSTOPPED); in testPackageMonitorDoHandlePackageEventPackageUnstopped()
234 case Intent.ACTION_PACKAGE_UNSTOPPED:407 packageFilter.addAction(Intent.ACTION_PACKAGE_UNSTOPPED); in registerBroadcastReceiver()
116 BroadcastBehavior: android.content.Intent#ACTION_PACKAGE_UNSTOPPED:117 Field 'ACTION_PACKAGE_UNSTOPPED' is missing @BroadcastBehavior
136 BroadcastBehavior: android.content.Intent#ACTION_PACKAGE_UNSTOPPED:137 Field 'ACTION_PACKAGE_UNSTOPPED' is missing @BroadcastBehavior
140 BroadcastBehavior: android.content.Intent#ACTION_PACKAGE_UNSTOPPED:141 Field 'ACTION_PACKAGE_UNSTOPPED' is missing @BroadcastBehavior
11235 …i("android.content.pm.stay_stopped") public static final String ACTION_PACKAGE_UNSTOPPED = "androi…
2832 public static final String ACTION_PACKAGE_UNSTOPPED = "android.intent.action.PACKAGE_UNSTOPPED"; field in Intent