Searched refs:hasAction (Results 1 – 17 of 17) sorted by relevance
122 return !(tv().hasAction(SystemAudioActionFromTv.class) in canChangeSystemAudio()123 || tv().hasAction(SystemAudioActionFromAvr.class)); in canChangeSystemAudio()
556 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()
411 if (hasAction(DeviceDiscoveryAction.class)) { in handleReportPhysicalAddress()524 && hasAction(SystemAudioInitiationActionFromAvr.class)) { in handleGiveSystemAudioModeStatus()1248 if (hasAction(DeviceDiscoveryAction.class)) { in launchDeviceDiscovery()
769 <T extends HdmiCecFeatureAction> boolean hasAction(final Class<T> clazz) { in hasAction() method in HdmiCecLocalDevice
61 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
598 if (!hasAction(Intent.ACTION_VIEW) in handlesWebUris()734 public final boolean hasAction(String action) { in hasAction() method in IntentFilter747 return hasAction(action); in matchAction()
2092 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()
131 any(), argThat(f -> f.hasAction(ACTION_CONFIGURATION_CHANGED)), any(), any())) in setUp()
476 && filter.hasAction(Intent.ACTION_VIEW) in computeResolveFilters()
8036 if (rij.filter != null && rij.filter.hasAction(action)) {
2828 final boolean hasAction = ei.actionLabel != null || ( in onUpdateExtractingViews()2832 if (hasAction) { in onUpdateExtractingViews()
81 if (!f2.hasAction(f1.getAction(i))) { in filterEquals()
4073 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()
3829 HSPLandroid/content/IntentFilter;->hasAction(Ljava/lang/String;)Z
7880 method public final boolean hasAction(java.lang.String);
10554 method public final boolean hasAction(String);