OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ACTION_DISMISS
(Results
1 - 10
of
10
) sorted by null
/developers/build/prebuilts/gradle/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/
Constants.java
35
public static final String
ACTION_DISMISS
/developers/samples/android/deprecated/wearable/wear/SynchronizedNotifications/Shared/src/main/java/com/example/android/wearable/synchronizednotifications/common/
Constants.java
35
public static final String
ACTION_DISMISS
/development/samples/browseable/SynchronizedNotifications/Shared/src/com.example.android.wearable.synchronizednotifications.common/
Constants.java
35
public static final String
ACTION_DISMISS
/development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java
35
public static final String
ACTION_DISMISS
= "com.example.android.pingme.
ACTION_DISMISS
";
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java
43
public static final String
ACTION_DISMISS
=
60
if (
ACTION_DISMISS
.equals(action)) {
172
dismissIntent.setAction(BigTextIntentService.
ACTION_DISMISS
);
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java
45
public static final String
ACTION_DISMISS
=
62
if (
ACTION_DISMISS
.equals(action)) {
179
dismissIntent.setAction(BigTextIntentService.
ACTION_DISMISS
);
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java
45
public static final String
ACTION_DISMISS
=
62
if (
ACTION_DISMISS
.equals(action)) {
180
dismissIntent.setAction(BigTextIntentService.
ACTION_DISMISS
);
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigTextIntentService.java
46
public static final String
ACTION_DISMISS
=
63
if (
ACTION_DISMISS
.equals(action)) {
180
dismissIntent.setAction(BigTextIntentService.
ACTION_DISMISS
);
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java
43
public static final String
ACTION_DISMISS
=
60
if (
ACTION_DISMISS
.equals(action)) {
172
dismissIntent.setAction(BigTextIntentService.
ACTION_DISMISS
);
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigTextIntentService.java
44
public static final String
ACTION_DISMISS
=
61
if (
ACTION_DISMISS
.equals(action)) {
171
dismissIntent.setAction(BigTextIntentService.
ACTION_DISMISS
);
Completed in 483 milliseconds