Searched refs:ACTION_MEDIA_MOUNTED (Results 1 – 9 of 9) sorted by relevance
72 || Intent.ACTION_MEDIA_MOUNTED.equals(action)) { in onReceive()76 if (Intent.ACTION_MEDIA_MOUNTED.equals(action)) { in onReceive()
158 filter.addAction(Intent.ACTION_MEDIA_MOUNTED); in RecordingStorageStatusManager()
88 case Intent.ACTION_MEDIA_MOUNTED: { in onHandleWork()
181 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) { in onReceiveMediaBroadcast()278 intentFilter.addAction(Intent.ACTION_MEDIA_MOUNTED); in onStart()
442 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);453 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
71 private IntentFilter mMountFilter = new IntentFilter(Intent.ACTION_MEDIA_MOUNTED);
145 private static final String ACTION_MEDIA_MOUNTED = "android.intent.action.MEDIA_MOUNTED"; field in DirectoryFragment275 sdCardStateChangeFilter.addAction(ACTION_MEDIA_MOUNTED); in getSdCardStateChangeFilter()
588 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)1535 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED); in installIntentFilter()
329 } else if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) { in onReceive()860 new IntentFilter(Intent.ACTION_MEDIA_MOUNTED); in doOnResume()