HomeSort by relevance Sort by last modified time
    Searched refs:hasAction (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/services/core/java/com/android/server/hdmi/
SystemAudioAutoInitiationAction.java 123 return !(tv().hasAction(SystemAudioActionFromTv.class)
124 || tv().hasAction(SystemAudioActionFromAvr.class));
HdmiCecLocalDeviceTv.java 573 if (hasAction(DeviceDiscoveryAction.class)) {
803 && !hasAction(SetArcTransmissionStateAction.class)) {
    [all...]
HdmiCecLocalDevice.java 674 <T extends HdmiCecFeatureAction> boolean hasAction(final Class<T> clazz) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiTrafficPollerTest.java 90 intentFilter -> intentFilter.hasAction(WifiManager.NETWORK_STATE_CHANGED_ACTION) &&
91 intentFilter.hasAction(Intent.ACTION_SCREEN_ON) &&
92 intentFilter.hasAction(Intent.ACTION_SCREEN_OFF)));
WifiServiceImplTest.java     [all...]
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/constraints/trackers/
StorageNotLowTrackerTest.java 88 assertThat(intentFilter.hasAction(Intent.ACTION_DEVICE_STORAGE_OK), is(true));
89 assertThat(intentFilter.hasAction(Intent.ACTION_DEVICE_STORAGE_LOW), is(true));
BatteryChargingTrackerTest.java 120 assertThat(intentFilter.hasAction(Intent.ACTION_POWER_CONNECTED), is(true));
121 assertThat(intentFilter.hasAction(Intent.ACTION_POWER_DISCONNECTED), is(true));
130 assertThat(intentFilter.hasAction(BatteryManager.ACTION_CHARGING), is(true));
131 assertThat(intentFilter.hasAction(BatteryManager.ACTION_DISCHARGING), is(true));
NetworkStateTrackerTest.java 95 assertThat(intentFilter.hasAction(ConnectivityManager.CONNECTIVITY_ACTION), is(true));
BatteryNotLowTrackerTest.java 150 assertThat(intentFilter.hasAction(Intent.ACTION_BATTERY_OKAY), is(true));
151 assertThat(intentFilter.hasAction(Intent.ACTION_BATTERY_LOW), is(true));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowIntentFilterTest.java 18 assertThat(copy.hasAction("test")).isTrue();
59 public void hasAction() {
61 assertThat(intentFilter.hasAction("test")).isFalse();
64 assertThat(intentFilter.hasAction("test")).isTrue();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
SystemUIDialogTest.java 60 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
UserManagerHelperTest.java 306 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_REMOVED)).isTrue();
307 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_ADDED)).isTrue();
308 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_INFO_CHANGED)).isTrue();
309 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_SWITCHED)).isTrue();
310 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_STOPPED)).isTrue();
311 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_UNLOCKED)).isTrue();
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
CarUserManagerHelperTest.java 363 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_REMOVED)).isTrue();
364 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_ADDED)).isTrue();
365 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_INFO_CHANGED)).isTrue();
366 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_SWITCHED)).isTrue();
367 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_STOPPED)).isTrue();
368 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_UNLOCKED)).isTrue();
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
EmojiExtractTextLayout.java 169 final boolean hasAction = ei.actionLabel != null
174 if (hasAction) {
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerUtils.java 135 && rInfo.filter.hasAction(MediaBrowserService.SERVICE_INTERFACE);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
ProvisioningActivityTest.java 29 import static android.support.test.espresso.intent.matcher.IntentMatchers.hasAction;
499 MockitoHamcrest.argThat(hasAction(ACTION_STATE_USER_SETUP_COMPLETE)),
510 intended(allOf(hasComponent(TEST_ACTIVITY), hasAction(ACTION_STATE_USER_SETUP_COMPLETE)));
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 546 Intents.intending(IntentMatchers.hasAction(Intent.ACTION_CALL_PRIVILEGED))
554 Intents.intended(allOf(IntentMatchers.hasAction(Intent.ACTION_CALL_PRIVILEGED),
574 Intents.intended(allOf(IntentMatchers.hasAction(Intent.ACTION_CALL_PRIVILEGED),
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
proto.h 403 extern int hasAction( char * );
684 extern int hasAction();
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java 595 if (!hasAction(Intent.ACTION_VIEW)
730 public final boolean hasAction(String action) {
743 return hasAction(action);
    [all...]
  /frameworks/base/tests/net/java/com/android/server/connectivity/
MultipathPolicyTrackerTest.java 130 any(), argThat(f -> f.hasAction(ACTION_CONFIGURATION_CHANGED)), any(), any()))
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachineTest.java 128 AllOf.allOf(IntentMatchers.hasAction(
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 428 if (activity.isExported() && activity.hasAction()) {
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java     [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
RemotePlaybackClient.java     [all...]

Completed in 833 milliseconds

1 2 3 4 5 6 7 8