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

  /developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 51 private static final String CONFIRMATION_HANDLER_CAPABILITY_NAME = "confirmation_handler";
84 CONFIRMATION_HANDLER_CAPABILITY_NAME);
158 mGoogleApiClient, this, CONFIRMATION_HANDLER_CAPABILITY_NAME);
161 mGoogleApiClient, CONFIRMATION_HANDLER_CAPABILITY_NAME,
  /developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 51 private static final String CONFIRMATION_HANDLER_CAPABILITY_NAME = "confirmation_handler";
84 CONFIRMATION_HANDLER_CAPABILITY_NAME);
158 mGoogleApiClient, this, CONFIRMATION_HANDLER_CAPABILITY_NAME);
161 mGoogleApiClient, CONFIRMATION_HANDLER_CAPABILITY_NAME,
  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 51 private static final String CONFIRMATION_HANDLER_CAPABILITY_NAME = "confirmation_handler";
84 CONFIRMATION_HANDLER_CAPABILITY_NAME);
158 mGoogleApiClient, this, CONFIRMATION_HANDLER_CAPABILITY_NAME);
161 mGoogleApiClient, CONFIRMATION_HANDLER_CAPABILITY_NAME,

Completed in 56 milliseconds