Searched refs:ACTION_MEDIA_EJECT (Results 1 – 6 of 6) sorted by relevance
160 filter.addAction(Intent.ACTION_MEDIA_EJECT); in RecordingStorageStatusManager()
192 } else if (action.equals(Intent.ACTION_MEDIA_EJECT)) { in onReceiveMediaBroadcast()282 intentFilter.addAction(Intent.ACTION_MEDIA_EJECT); in onStart()
446 intentFilter.addAction(Intent.ACTION_MEDIA_EJECT);465 } else if (action.equals(Intent.ACTION_MEDIA_EJECT)) {
146 private static final String ACTION_MEDIA_EJECT = "android.intent.action.MEDIA_EJECT"; field in DirectoryFragment276 sdCardStateChangeFilter.addAction(ACTION_MEDIA_EJECT); in getSdCardStateChangeFilter()
293 if (action.equals(Intent.ACTION_MEDIA_EJECT)) { in onReceive()857 new IntentFilter(Intent.ACTION_MEDIA_EJECT); in installIntentFilter()
326 if (action.equals(Intent.ACTION_MEDIA_EJECT)) { in onReceive()861 intentFilter.addAction(Intent.ACTION_MEDIA_EJECT); in doOnResume()