OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_MICRO_APP
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java
24
public static final boolean
USE_MICRO_APP
= true;
/developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Constants.java
24
public static final boolean
USE_MICRO_APP
= true;
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Constants.java
24
public static final boolean
USE_MICRO_APP
= true;
/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
144
intent.getBooleanExtra(EXTRA_TEST_MICROAPP, Constants.
USE_MICRO_APP
));
195
showNotification(geofences.get(0).getRequestId(), Constants.
USE_MICRO_APP
);
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java
144
intent.getBooleanExtra(EXTRA_TEST_MICROAPP, Constants.
USE_MICRO_APP
));
195
showNotification(geofences.get(0).getRequestId(), Constants.
USE_MICRO_APP
);
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java
144
intent.getBooleanExtra(EXTRA_TEST_MICROAPP, Constants.
USE_MICRO_APP
));
195
showNotification(geofences.get(0).getRequestId(), Constants.
USE_MICRO_APP
);
Completed in 415 milliseconds