Home
last modified time | relevance | path

Searched refs:BUNDLE_ACTION_KEY (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainWearableSensingService.java42 public static final String BUNDLE_ACTION_KEY = "ACTION"; field in MainWearableSensingService
128 String action = data.getString(BUNDLE_ACTION_KEY); in onDataProvided()
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerIsolatedServiceTest.java27 import static android.wearable.cts.CtsIsolatedWearableSensingService.BUNDLE_ACTION_KEY;
586 instruction.putString(BUNDLE_ACTION_KEY, ACTION_READ_FILE_AND_VERIFY); in readDataAndVerify()
600 instruction.putString(BUNDLE_ACTION_KEY, ACTION_WRITE_FILE_AND_VERIFY_EXCEPTION); in writeDataAndVerifyException()
695 instruction.putString(BUNDLE_ACTION_KEY, ACTION_VERIFY_DATA_RECEIVED_FROM_WEARABLE); in verifyDataReceivedFromWearable()
703 instruction.putString(BUNDLE_ACTION_KEY, ACTION_SEND_DATA_TO_WEARABLE); in sendDataToWearableFromWss()
729 instruction.putString(BUNDLE_ACTION_KEY, action); in sendActionToIsolatedWearableSensingServiceAndWait()
DCtsIsolatedWearableSensingService.java53 public static final String BUNDLE_ACTION_KEY = "ACTION"; field in CtsIsolatedWearableSensingService
143 String action = data.getString(BUNDLE_ACTION_KEY); in onDataProvided()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java2340 data.putString(MainWearableSensingService.BUNDLE_ACTION_KEY, value); in provideDataToWearableSensingServiceAndWait()