HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SHOW_SESSION (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
MyInteractionService.java 33 private static final String ACTION_SHOW_SESSION = "voice_interaction_service.show_session";
43 intentFilter.addAction(ACTION_SHOW_SESSION);
69 } else if (ACTION_SHOW_SESSION.equals(intent.getAction())) {
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AssistScreenCaptureDisabledTest.java 37 private static final String ACTION_SHOW_SESSION = "voice_interaction_service.show_session";
87 Intent showSessionIntent = new Intent(ACTION_SHOW_SESSION);

Completed in 201 milliseconds