Home
last modified time | relevance | path

Searched refs:USE_MICRO_APP (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
DConstants.java24 public static final boolean USE_MICRO_APP = true; field in Constants
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
DUtilityService.java146 intent.getBooleanExtra(EXTRA_TEST_MICROAPP, Constants.USE_MICRO_APP)); in onHandleIntent()
197 showNotification(geofences.get(0).getRequestId(), Constants.USE_MICRO_APP); in geofenceTriggered()