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

  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 35 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 36 Intent.ACTION_PACKAGE_ADDED,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 41 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
LauncherModel.java 307 * Call from the handler for ACTION_PACKAGE_ADDED, ACTION_PACKAGE_REMOVED and
317 || Intent.ACTION_PACKAGE_ADDED.equals(action)) {
336 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 45 else if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 37 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
197 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
  /packages/apps/Contacts/src/com/android/contacts/model/
Sources.java 93 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
129 || Intent.ACTION_PACKAGE_ADDED.equals(action)
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 178 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 221 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
235 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) {
  /development/samples/Home/src/com/example/android/home/
Home.java 202 filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 115 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 142 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
149 if (!Intent.ACTION_PACKAGE_ADDED.equals(action)) {
643 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
660 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 146 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
    [all...]
BackupManagerService.java 648 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
    [all...]
PackageManagerService.java 608 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED,
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 261 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED);
279 Intent.ACTION_PACKAGE_ADDED.equals(action));
305 Intent.ACTION_PACKAGE_ADDED
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 506 * <li> {@link #ACTION_PACKAGE_ADDED}
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 47 milliseconds