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

  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MessagingIntentService.java 55 handleActionReply(getMessage(intent));
61 private void handleActionReply(CharSequence replyCharSequence) {
62 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MessagingIntentService.java 55 handleActionReply(getMessage(intent));
61 private void handleActionReply(CharSequence replyCharSequence) {
62 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 64 handleActionReply(getMessage(intent));
72 private void handleActionReply(CharSequence replyCharSequence) {
73 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 62 handleActionReply(getMessage(intent));
70 private void handleActionReply(CharSequence replyCharSequence) {
71 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 64 handleActionReply(getMessage(intent));
72 private void handleActionReply(CharSequence replyCharSequence) {
73 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 62 handleActionReply(getMessage(intent));
70 private void handleActionReply(CharSequence replyCharSequence) {
71 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 63 handleActionReply(getMessage(intent));
71 private void handleActionReply(CharSequence replyCharSequence) {
72 Log.d(TAG, "handleActionReply(): " + replyCharSequence);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 61 handleActionReply(getMessage(intent));
69 private void handleActionReply(CharSequence replyCharSequence) {
70 Log.d(TAG, "handleActionReply(): " + replyCharSequence);

Completed in 451 milliseconds