Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DSystemAudioAutoInitiationAction.java122 return !(tv().hasAction(SystemAudioActionFromTv.class) in canChangeSystemAudio()
123 || tv().hasAction(SystemAudioActionFromAvr.class)); in canChangeSystemAudio()
DHdmiCecLocalDeviceTv.java556 if (hasAction(DeviceDiscoveryAction.class)) { in handleReportPhysicalAddress()
786 && !hasAction(SetArcTransmissionStateAction.class)) { in onNewAvrAdded()
806 if (!mService.isControlEnabled() || hasAction(DeviceDiscoveryAction.class)) { in changeSystemAudioMode()
976 if (!hasAction(RequestArcInitiationAction.class)) { in startArcAction()
981 if (!hasAction(RequestArcTerminationAction.class)) { in startArcAction()
1657 if (!hasAction(RequestArcTerminationAction.class) && isArcEstablished()) { in disableArcIfExist()
DHdmiCecLocalDeviceAudioSystem.java411 if (hasAction(DeviceDiscoveryAction.class)) { in handleReportPhysicalAddress()
524 && hasAction(SystemAudioInitiationActionFromAvr.class)) { in handleGiveSystemAudioModeStatus()
1248 if (hasAction(DeviceDiscoveryAction.class)) { in launchDeviceDiscovery()
DHdmiCecLocalDevice.java769 <T extends HdmiCecFeatureAction> boolean hasAction(final Class<T> clazz) { in hasAction() method in HdmiCecLocalDevice
/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/core/java/android/content/
DIntentFilter.java598 if (!hasAction(Intent.ACTION_VIEW) in handlesWebUris()
734 public final boolean hasAction(String action) { in hasAction() method in IntentFilter
747 return hasAction(action); in matchAction()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2092 return filter.hasAction(WifiManager.WIFI_AP_STATE_CHANGED_ACTION); in matches()
3244 filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED))); in testPackageRemovedBroadcastHandling()
3269 filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED))); in testPackageRemovedBroadcastHandlingWithNoUid()
3293 filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED))); in testPackageRemovedBroadcastHandlingWithNoPackageName()
3316 filter.hasAction(Intent.ACTION_USER_REMOVED))); in testUserRemovedBroadcastHandling()
3332 filter.hasAction(Intent.ACTION_USER_REMOVED))); in testUserRemovedBroadcastHandlingWithWrongIntentAction()
3397 return filter.hasAction(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); in matches()
3433 filter.hasAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED))); in testSimStateChangeDoesNotResetCountryCode()
3451 filter.hasAction(Intent.ACTION_AIRPLANE_MODE_CHANGED))); in testEnterAirplaneModeNotResetCountryCode()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DMultipathPolicyTrackerTest.java131 any(), argThat(f -> f.hasAction(ACTION_CONFIGURATION_CHANGED)), any(), any())) in setUp()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java476 && filter.hasAction(Intent.ACTION_VIEW) in computeResolveFilters()
DPackageManagerService.java8036 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.java4073 if (!aii.hasAction(Intent.ACTION_VIEW)) continue; in hasDomainURLs()
4074 if (!aii.hasAction(Intent.ACTION_DEFAULT)) continue; in hasDomainURLs()
5587 || intent.hasAction(Intent.ACTION_SEND) in isImplicitlyExposedIntent()
5588 || intent.hasAction(Intent.ACTION_SENDTO) in isImplicitlyExposedIntent()
5589 || intent.hasAction(Intent.ACTION_SEND_MULTIPLE); in isImplicitlyExposedIntent()
/frameworks/base/config/
Dboot-image-profile.txt3829 HSPLandroid/content/IntentFilter;->hasAction(Ljava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7880 method public final boolean hasAction(java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt10554 method public final boolean hasAction(String);
/frameworks/base/api/
Dcurrent.txt10554 method public final boolean hasAction(String);