HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PACKAGE_ADDED (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 35 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationHiddenTest.java 43 PACKAGE_INTENT_FILTER.addAction(Intent.ACTION_PACKAGE_ADDED);
99 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 34 Intent.ACTION_PACKAGE_ADDED,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 63 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/timezone/
IntentHelperImpl.java 60 // ACTION_PACKAGE_ADDED is fired when a package is upgraded or downgraded (in addition to
64 packageIntentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
70 // ACTION_PACKAGE_ADDED, ACTION_PACKAGE_REMOVED and ACTION_PACKAGE_REPLACED are (and the app
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 68 if (action.equals(Intent.ACTION_PACKAGE_ADDED)) {
  /packages/services/Telephony/src/com/android/phone/vvm/
CarrierVvmPackageInstalledReceiver.java 36 * Receives {@link Intent#ACTION_PACKAGE_ADDED} for the system dialer to inform it a carrier visual
37 * voicemail app has been installed. ACTION_PACKAGE_ADDED requires the receiver process to be
60 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateService.java 90 case Intent.ACTION_PACKAGE_ADDED:
105 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/services/Telecomm/src/com/android/server/telecom/
DefaultDialerCache.java 76 } else if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) {
149 packageIntentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 71 if (Intent.ACTION_PACKAGE_ADDED.equals(action)||
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 60 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 79 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 105 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsPackageMonitor.java 98 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 92 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
112 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppObserver.java 208 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
217 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 93 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
129 || Intent.ACTION_PACKAGE_ADDED.equals(action)
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
320 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccConnectorTest.java 170 Intent intent = new Intent(Intent.ACTION_PACKAGE_ADDED,
190 Intent intent = new Intent(Intent.ACTION_PACKAGE_ADDED,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DeviceAdminUninstallTestActivity.java 97 final IntentFilter packageAddedFilter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 180 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
SettingsDrawerActivity.java 99 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
PluginFragment.java 55 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 79 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteProviderWatcher.java 73 filter.addAction(Intent.ACTION_PACKAGE_ADDED);

Completed in 1363 milliseconds

1 2 3 4