OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_EXAMPLE
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java
30
Intent intent = new Intent(NotificationIntentReceiver.
ACTION_EXAMPLE
)
NotificationIntentReceiver.java
30
public static final String
ACTION_EXAMPLE
=
31
"com.example.android.support.wearable.notifications.
ACTION_EXAMPLE
";
41
if (intent.getAction().equals(
ACTION_EXAMPLE
)) {
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java
30
Intent intent = new Intent(NotificationIntentReceiver.
ACTION_EXAMPLE
)
NotificationIntentReceiver.java
30
public static final String
ACTION_EXAMPLE
=
31
"com.example.android.support.wearable.notifications.
ACTION_EXAMPLE
";
41
if (intent.getAction().equals(
ACTION_EXAMPLE
)) {
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationUtil.java
30
Intent intent = new Intent(NotificationIntentReceiver.
ACTION_EXAMPLE
)
NotificationIntentReceiver.java
30
public static final String
ACTION_EXAMPLE
=
31
"com.example.android.support.wearable.notifications.
ACTION_EXAMPLE
";
41
if (intent.getAction().equals(
ACTION_EXAMPLE
)) {
Completed in 444 milliseconds