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.java61 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManager() local
90 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerSupportsHttp() local
123 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerSupportsHttpWithExternalWebServer() local
157 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerSupportsHttpsWithExternalWebServer() local
181 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testMinimumDownload() local
233 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerDestination() local
281 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadManagerDestinationExtension() local
357 IntentFilter intentFilter = new IntentFilter( in testSetDestinationUri() local
395 … IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testSetDestinationInExternalPublicDownloadDir() local
475 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDownloadNotVisibleInUi() local
DInstrumentation_ActivityMonitorTest.java290 public CustomActivityMonitor(IntentFilter intentFilter, ActivityResult result, in CustomActivityMonitor()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskHostDrivenTest.java170 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_MAIN); in setDefaultHomeIntentReceiver() local
174 BasicAdminReceiver.getComponentName(mContext), intentFilter, in setDefaultHomeIntentReceiver() local
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java50 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testSetDestinationUri_publicDir() local
76 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testSetDestinationUri_sdcardPath() local
104 IntentFilter intentFilter = new IntentFilter(DownloadManager.ACTION_DOWNLOAD_COMPLETE); in testDestinationInExternalPublicDir() local
/cts/tests/tests/media/src/android/media/cts/
DDeviceUtils.java52 IntentFilter intentFilter = new IntentFilter(); in isHDMIConnected() local
/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java41 IntentFilter intentFilter = new IntentFilter(); in onCreate() local
/cts/tests/tests/net/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/sensors/helpers/
DSensorTestScreenManipulator.java109 IntentFilter intentFilter = new IntentFilter(); in initialize() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/
DNetworkSuggestionTestCase.java112 IntentFilter intentFilter = in executeTest() 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/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/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java189 IntentFilter intentFilter = new IntentFilter(); in getCommitCallback() local
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DBackgroundRestrictedAlarmsTest.java90 final IntentFilter intentFilter = new IntentFilter(); in setUp() 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/net/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/DropBoxManager/src/android/dropboxmanager/cts/
DDropBoxTests.java118 final IntentFilter intentFilter = new IntentFilter(); in setUp() local
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedPermissionsTest.java127 final IntentFilter intentFilter = new IntentFilter(); in setUpOnce() local
727 final IntentFilter intentFilter = new IntentFilter(action); in installRestrictedPermissionUserApp() local

12