Home
last modified time | relevance | path

Searched refs:hasAction (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DSystemUIDialogTest.java61 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecLocalDeviceTv.java554 if (hasAction(DeviceDiscoveryAction.class)) { in handleReportPhysicalAddress()
784 && !hasAction(SetArcTransmissionStateAction.class)) { in onNewAvrAdded()
804 if (!mService.isControlEnabled() || hasAction(DeviceDiscoveryAction.class)) { in changeSystemAudioMode()
970 if (!hasAction(RequestArcInitiationAction.class)) { in startArcAction()
975 if (!hasAction(RequestArcTerminationAction.class)) { in startArcAction()
1646 if (!hasAction(RequestArcTerminationAction.class) && isArcEstablished()) { in disableArcIfExist()
DHdmiCecLocalDeviceAudioSystem.java411 if (hasAction(DeviceDiscoveryAction.class)) { in handleReportPhysicalAddress()
524 && hasAction(SystemAudioInitiationActionFromAvr.class)) { in handleGiveSystemAudioModeStatus()
1250 if (hasAction(DeviceDiscoveryAction.class)) { in launchDeviceDiscovery()
DHdmiCecLocalDevice.java769 <T extends HdmiCecFeatureAction> boolean hasAction(final Class<T> clazz) { in hasAction() method in HdmiCecLocalDevice
/frameworks/base/core/java/android/content/
DIntentFilter.java600 if (!hasAction(Intent.ACTION_VIEW) in handlesWebUris()
736 public final boolean hasAction(String action) { in hasAction() method in IntentFilter
749 return hasAction(action); in matchAction()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DMultipathPolicyTrackerTest.java130 any(), argThat(f -> f.hasAction(ACTION_CONFIGURATION_CHANGED)), any(), any())) in setUp()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1937 return filter.hasAction(WifiManager.WIFI_AP_STATE_CHANGED_ACTION); in matches()
3109 filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED))); in testPackageRemovedBroadcastHandling()
3134 filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED))); in testPackageRemovedBroadcastHandlingWithNoUid()
3158 filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED))); in testPackageRemovedBroadcastHandlingWithNoPackageName()
3181 filter.hasAction(Intent.ACTION_USER_REMOVED))); in testUserRemovedBroadcastHandling()
3197 filter.hasAction(Intent.ACTION_USER_REMOVED))); in testUserRemovedBroadcastHandlingWithWrongIntentAction()
3262 return filter.hasAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in matches()
3298 filter.hasAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED))); in testSimStateChangeDoesNotResetCountryCode()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java476 && filter.hasAction(Intent.ACTION_VIEW) in computeResolveFilters()
DPackageManagerService.java8111 if (rij.filter != null && rij.filter.hasAction(action)) {
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2828 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()
2832 if (hasAction) { in onUpdateExtractingViews()
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java81 if (!f2.hasAction(f1.getAction(i))) { in filterEquals()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java4015 if (!aii.hasAction(Intent.ACTION_VIEW)) continue; in hasDomainURLs()
4016 if (!aii.hasAction(Intent.ACTION_DEFAULT)) continue; in hasDomainURLs()
5530 || intent.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
5531 || intent.hasAction(Intent.ACTION_SENDTO) in isImplicitlyExposedIntent()
5532 || intent.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...