Home
last modified time | relevance | path

Searched defs:broadcastIntent (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ContentCaptureApp/src/com/android/cts/devicepolicy/contentcaptureapp/
DSimpleActivity.java65 final Intent broadcastIntent = new Intent() in onReceive() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureActivity.java60 final Intent broadcastIntent = new Intent().setAction("SimpleActivityReceiver"); in waitContentCaptureEnabled() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java72 final Intent broadcastIntent = new Intent(ACTION_START_ACTIVITY); in broadcast() local
80 final Intent broadcastIntent = new Intent(Intent.ACTION_VIEW); in startActivity() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java278 Intent broadcastIntent = new Intent(); in testStartScanPendingIntent_nullnull() local
308 Intent broadcastIntent = new Intent(); in testStartScanPendingIntent() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DPackageInstallTest.java124 Intent broadcastIntent = new Intent(ACTION_INSTALL_COMMIT); in getCommitCallback() local
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionSession.java124 Intent broadcastIntent = new Intent(BroadcastUtils.BROADCAST_INTENT + in onTaskFinished() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DBasePackageInstallTest.java152 Intent broadcastIntent = new Intent(action); in getCommitCallback() local
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java194 Intent broadcastIntent = new Intent(action); in getCommitCallback() local
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java173 public static String broadcastIntent(String action, String targetComponent, String... extras) { in broadcastIntent() method in ShellCommandUtils
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java319 Intent broadcastIntent = new Intent(ACTION_LAUNCH_BACKGROUND_ACTIVITIES); in testSecondActivityBlockedWhenBackgroundActivityLaunch() local
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java772 final Intent broadcastIntent = new Intent(); in testBackgroundCheckBroadcastService() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java154 Intent broadcastIntent = new Intent(receiverActionName); in testQuery() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java521 final Intent broadcastIntent = new Intent(ResultReceiver.MOCK_ACTION); in testSendOrderedBroadcast1() local