Searched refs:ACTION_MEDIA_MOUNTED (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 146 Intent.ACTION_MEDIA_MOUNTED, in setUp() 658 }, Intent.ACTION_USER_STARTED, Intent.ACTION_MEDIA_MOUNTED); in stopUser() 683 }, Intent.ACTION_USER_STARTED, Intent.ACTION_MEDIA_MOUNTED); in stopUser_realistic() 753 }, Intent.ACTION_MEDIA_MOUNTED); in ephemeralUserStopped() 782 }, Intent.ACTION_MEDIA_MOUNTED); in ephemeralUserStopped_realistic() 1142 }, Intent.ACTION_MEDIA_MOUNTED); in managedProfileStopped() 1166 }, Intent.ACTION_MEDIA_MOUNTED); in managedProfileStopped_realistic() 1337 }, Intent.ACTION_USER_UNLOCKED, Intent.ACTION_MEDIA_MOUNTED); in initializeNewUserAndSwitchBack()
|
D | BroadcastWaiter.java | 69 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) { in registerBroadcastReceiver()
|
/frameworks/base/core/java/android/os/storage/ |
D | VolumeInfo.java | 140 sEnvironmentToBroadcast.put(Environment.MEDIA_MOUNTED, Intent.ACTION_MEDIA_MOUNTED); in sEnvironmentToBroadcast.put() argument 141 … sEnvironmentToBroadcast.put(Environment.MEDIA_MOUNTED_READ_ONLY, Intent.ACTION_MEDIA_MOUNTED); in sEnvironmentToBroadcast.put() argument
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 3577 public static final String ACTION_MEDIA_MOUNTED = "android.intent.action.MEDIA_MOUNTED"; field in Intent 12508 case ACTION_MEDIA_MOUNTED: in prepareToLeaveProcess()
|
/frameworks/base/core/api/ |
D | lint-baseline.txt | 66 BroadcastBehavior: android.content.Intent#ACTION_MEDIA_MOUNTED: 67 Field 'ACTION_MEDIA_MOUNTED' is missing @BroadcastBehavior
|
D | module-lib-lint-baseline.txt | 84 BroadcastBehavior: android.content.Intent#ACTION_MEDIA_MOUNTED: 85 Field 'ACTION_MEDIA_MOUNTED' is missing @BroadcastBehavior
|
D | test-lint-baseline.txt | 88 BroadcastBehavior: android.content.Intent#ACTION_MEDIA_MOUNTED: 89 Field 'ACTION_MEDIA_MOUNTED' is missing @BroadcastBehavior
|
D | system-lint-baseline.txt | 88 BroadcastBehavior: android.content.Intent#ACTION_MEDIA_MOUNTED: 89 Field 'ACTION_MEDIA_MOUNTED' is missing @BroadcastBehavior
|
D | current.txt | 11208 field public static final String ACTION_MEDIA_MOUNTED = "android.intent.action.MEDIA_MOUNTED";
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7638 …field public static final java.lang.String ACTION_MEDIA_MOUNTED = "android.intent.action.MEDIA_MOU…
|