Home
last modified time | relevance | path

Searched defs:intentFilter (Results 1 – 25 of 36) sorted by relevance

12

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java64 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManager() local
93 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerSupportsHttp() local
126 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerSupportsHttpWithExternalWebServer() local
160 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerSupportsHttpsWithExternalWebServer() local
184 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testMinimumDownload() local
236 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerDestination() local
284 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerDestinationExtension() local
360 IntentFilter intentFilter = new IntentFilter( in testSetDestinationUri() local
398 … IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testSetDestinationInExternalPublicDownloadDir() local
478 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadNotVisibleInUi() local
[all …]
DInstrumentation_ActivityMonitorTest.java290 public CustomActivityMonitor(IntentFilter intentFilter, ActivityResult result, in CustomActivityMonitor()
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java54 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testSetDestinationUri_publicDir() local
80 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testSetDestinationUri_sdcardPath() local
108 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDestinationInExternalPublicDir() local
/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java41 IntentFilter intentFilter = new IntentFilter(); in onCreate() local
/cts/tests/tests/media/src/android/media/cts/
DDeviceUtils.java52 IntentFilter intentFilter = new IntentFilter(); in isHDMIConnected() local
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DTestBase.java101 IntentFilter intentFilter = new IntentFilter(); in setUp() local
199 IntentFilter intentFilter = new IntentFilter(); in scanAps() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java53 final IntentFilter intentFilter = new IntentFilter(); in TestAppInterface() local
DJobThrottlingTest.java123 final IntentFilter intentFilter = new IntentFilter(); in setUp() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java75 IntentFilter intentFilter = new IntentFilter(); in getIntentFilter() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DAlarmOperation.java81 IntentFilter intentFilter = new IntentFilter(ACTION); in execute() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestUtils.java57 IntentFilter intentFilter = new IntentFilter(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION); in startScanAndWaitForResults() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DConnectionAccessServerActivity.java79 IntentFilter intentFilter = new IntentFilter(ACTION_CONNECTION_ACCESS_REQUEST); in onCreate() local
DMessageTestActivity.java133 IntentFilter intentFilter = new IntentFilter(ACTION_PAIRING_REQUEST); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/
DNetworkSuggestionTestCase.java112 IntentFilter intentFilter = in executeTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorTestScreenManipulator.java109 IntentFilter intentFilter = new IntentFilter(); in initialize() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java122 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerPackage() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DBasePackageInstallTest.java147 IntentFilter intentFilter = new IntentFilter(); in getCommitCallback() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskHostDrivenTest.java316 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_MAIN); in setDefaultHomeIntentReceiver() local
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java423 IntentFilter intentFilter = new IntentFilter(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION); in testWifiScan() local
492 Context ctx, CountDownLatch onReceiveLatch, IntentFilter intentFilter) { in registerReceiver()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBackgroundRestrictedAlarmsTest.java90 final IntentFilter intentFilter = new IntentFilter(); in setUp() local
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java189 IntentFilter intentFilter = new IntentFilter(); in getCommitCallback() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java116 final IntentFilter intentFilter = new IntentFilter(ACTION_VPN_IS_UP); in waitForVpn() local
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java378 IntentFilter intentFilter = new IntentFilter(); in setUp() local
435 IntentFilter intentFilter = new IntentFilter(); in testAvailabilityStatusChange() local
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedPermissionsTest.java127 final IntentFilter intentFilter = new IntentFilter(); in setUpOnce() local
731 final IntentFilter intentFilter = new IntentFilter(action); in installRestrictedPermissionUserApp() local
/cts/tests/DropBoxManager/src/android/dropboxmanager/cts/
DDropBoxTests.java118 final IntentFilter intentFilter = new IntentFilter(); in setUp() local

12