OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionsPresets
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
131
ActionsPresets
.PRESETS));
224
ActionsPreset actionsPreset =
ActionsPresets
.PRESETS[
226
if (preset.actionsRequired() && actionsPreset ==
ActionsPresets
.NO_ACTIONS_PRESET) {
228
actionsPreset =
ActionsPresets
.SINGLE_ACTION_PRESET;
229
mActionsSpinner.setSelection(Arrays.asList(
ActionsPresets
.PRESETS).indexOf(
ActionsPresets.java
26
public class
ActionsPresets
{
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
131
ActionsPresets
.PRESETS));
224
ActionsPreset actionsPreset =
ActionsPresets
.PRESETS[
226
if (preset.actionsRequired() && actionsPreset ==
ActionsPresets
.NO_ACTIONS_PRESET) {
228
actionsPreset =
ActionsPresets
.SINGLE_ACTION_PRESET;
229
mActionsSpinner.setSelection(Arrays.asList(
ActionsPresets
.PRESETS).indexOf(
ActionsPresets.java
26
public class
ActionsPresets
{
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java
131
ActionsPresets
.PRESETS));
224
ActionsPreset actionsPreset =
ActionsPresets
.PRESETS[
226
if (preset.actionsRequired() && actionsPreset ==
ActionsPresets
.NO_ACTIONS_PRESET) {
228
actionsPreset =
ActionsPresets
.SINGLE_ACTION_PRESET;
229
mActionsSpinner.setSelection(Arrays.asList(
ActionsPresets
.PRESETS).indexOf(
ActionsPresets.java
26
public class
ActionsPresets
{
Completed in 158 milliseconds