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

  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 166 intent.getAction().equals(Intent.ACTION_MEDIA_UNSHARED)) {
182 filter.addAction(Intent.ACTION_MEDIA_UNSHARED);
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 153 filter.addAction(Intent.ACTION_MEDIA_UNSHARED);
455 else if (action.equals(Intent.ACTION_MEDIA_UNSHARED)) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 734 if (LOCAL_LOGD) Slog.d(TAG, "Sending ACTION_MEDIA_UNSHARED intent");
735 mContext.sendBroadcast(new Intent(Intent.ACTION_MEDIA_UNSHARED,
    [all...]

Completed in 84 milliseconds