HomeSort by relevance Sort by last modified time
    Searched defs:sdFilter (Results 1 - 20 of 20) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 77 IntentFilter sdFilter = new IntentFilter();
78 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
79 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
80 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, sdFilter, null, null);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 98 IntentFilter sdFilter = new IntentFilter();
99 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
100 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
101 mApplicationContext.registerReceiver(this, sdFilter);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 193 IntentFilter sdFilter = new IntentFilter();
194 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
195 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
196 mLoader.getContext().registerReceiver(this, sdFilter);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 109 IntentFilter sdFilter = new IntentFilter();
110 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
111 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
112 mLoader.getContext().registerReceiver(this, sdFilter);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 194 IntentFilter sdFilter = new IntentFilter();
195 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
196 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
197 mLoader.getContext().registerReceiver(this, sdFilter);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 162 IntentFilter sdFilter = new IntentFilter();
163 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
164 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
165 mContext.registerReceiver(mExternalReceiver, sdFilter);
169 sdFilter.addAction(Intent.ACTION_USER_REMOVED);
  /packages/apps/Dialer/java/com/android/contacts/common/model/
AccountTypeManager.java 296 IntentFilter sdFilter = new IntentFilter();
297 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
298 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
299 mContext.registerReceiver(mBroadcastReceiver, sdFilter);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredNfcFServicesCache.java 164 IntentFilter sdFilter = new IntentFilter();
165 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
166 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
167 mContext.registerReceiverAsUser(mReceiver.get(), UserHandle.ALL, sdFilter, null, null);
RegisteredServicesCache.java 156 IntentFilter sdFilter = new IntentFilter();
157 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
158 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
159 mContext.registerReceiverAsUser(mReceiver.get(), UserHandle.ALL, sdFilter, null, null);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 289 IntentFilter sdFilter = new IntentFilter();
290 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
291 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
293 sdFilter, null, null);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 722 milliseconds