OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SINGLE_ACTION_PRESET
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java
28
public static final ActionsPreset
SINGLE_ACTION_PRESET
= new SingleActionPreset();
32
SINGLE_ACTION_PRESET
,
MainActivity.java
228
actionsPreset = ActionsPresets.
SINGLE_ACTION_PRESET
;
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java
28
public static final ActionsPreset
SINGLE_ACTION_PRESET
= new SingleActionPreset();
32
SINGLE_ACTION_PRESET
,
MainActivity.java
228
actionsPreset = ActionsPresets.
SINGLE_ACTION_PRESET
;
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
ActionsPresets.java
28
public static final ActionsPreset
SINGLE_ACTION_PRESET
= new SingleActionPreset();
32
SINGLE_ACTION_PRESET
,
MainActivity.java
228
actionsPreset = ActionsPresets.
SINGLE_ACTION_PRESET
;
Completed in 2251 milliseconds