OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationIntentReceiver
(Results
1 - 9
of
9
) 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)
31
.setClass(context,
NotificationIntentReceiver
.class);
NotificationIntentReceiver.java
29
public class
NotificationIntentReceiver
extends BroadcastReceiver {
MainActivity.java
193
sendBroadcast(new Intent(
NotificationIntentReceiver
.ACTION_DISABLE_MESSAGES)
194
.setClass(this,
NotificationIntentReceiver
.class));
215
sendBroadcast(new Intent(
NotificationIntentReceiver
.ACTION_ENABLE_MESSAGES)
216
.setClass(this,
NotificationIntentReceiver
.class));
/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)
31
.setClass(context,
NotificationIntentReceiver
.class);
NotificationIntentReceiver.java
29
public class
NotificationIntentReceiver
extends BroadcastReceiver {
MainActivity.java
193
sendBroadcast(new Intent(
NotificationIntentReceiver
.ACTION_DISABLE_MESSAGES)
194
.setClass(this,
NotificationIntentReceiver
.class));
215
sendBroadcast(new Intent(
NotificationIntentReceiver
.ACTION_ENABLE_MESSAGES)
216
.setClass(this,
NotificationIntentReceiver
.class));
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationUtil.java
30
Intent intent = new Intent(
NotificationIntentReceiver
.ACTION_EXAMPLE)
31
.setClass(context,
NotificationIntentReceiver
.class);
NotificationIntentReceiver.java
29
public class
NotificationIntentReceiver
extends BroadcastReceiver {
MainActivity.java
193
sendBroadcast(new Intent(
NotificationIntentReceiver
.ACTION_DISABLE_MESSAGES)
194
.setClass(this,
NotificationIntentReceiver
.class));
215
sendBroadcast(new Intent(
NotificationIntentReceiver
.ACTION_ENABLE_MESSAGES)
216
.setClass(this,
NotificationIntentReceiver
.class));
Completed in 148 milliseconds