OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_ID
(Results
1 - 25
of
35
) sorted by null
1
2
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
WorkNotificationTestActivity.java
35
private static final int
NOTIFICATION_ID
= 7;
50
notificationManager.notify(
NOTIFICATION_ID
, notification);
52
notificationManager.cancel(
NOTIFICATION_ID
);
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java
30
public static final int
NOTIFICATION_ID
= 1;
CheckInAndDeleteDataItemsService.java
37
import static com.example.android.wearable.geofencing.Constants.
NOTIFICATION_ID
;
71
((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(
NOTIFICATION_ID
);
HomeListenerService.java
23
import static com.example.android.wearable.geofencing.Constants.
NOTIFICATION_ID
;
94
((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(
NOTIFICATION_ID
);
149
.notify(
NOTIFICATION_ID
, notification);
/developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java
30
public static final int
NOTIFICATION_ID
= 1;
CheckInAndDeleteDataItemsService.java
37
import static com.example.android.wearable.geofencing.Constants.
NOTIFICATION_ID
;
71
((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(
NOTIFICATION_ID
);
HomeListenerService.java
23
import static com.example.android.wearable.geofencing.Constants.
NOTIFICATION_ID
;
94
((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(
NOTIFICATION_ID
);
149
.notify(
NOTIFICATION_ID
, notification);
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
Constants.java
30
public static final int
NOTIFICATION_ID
= 1;
CheckInAndDeleteDataItemsService.java
37
import static com.example.android.wearable.geofencing.Constants.
NOTIFICATION_ID
;
71
((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(
NOTIFICATION_ID
);
HomeListenerService.java
23
import static com.example.android.wearable.geofencing.Constants.
NOTIFICATION_ID
;
94
((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(
NOTIFICATION_ID
);
149
.notify(
NOTIFICATION_ID
, notification);
/development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java
39
public static final int
NOTIFICATION_ID
= 001;
PingService.java
59
nm.cancel(CommonConstants.
NOTIFICATION_ID
);
65
nm.cancel(CommonConstants.
NOTIFICATION_ID
);
131
mNotificationManager.notify(CommonConstants.
NOTIFICATION_ID
, builder.build());
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java
40
public static final int
NOTIFICATION_ID
= 0;
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java
40
public static final int
NOTIFICATION_ID
= 0;
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Constants.java
40
public static final int
NOTIFICATION_ID
= 0;
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java
22
public static final int
NOTIFICATION_ID
= 1;
98
notificationManager.notify(
NOTIFICATION_ID
, builder.build());
/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java
22
public static final int
NOTIFICATION_ID
= 1;
98
notificationManager.notify(
NOTIFICATION_ID
, builder.build());
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java
22
public static final int
NOTIFICATION_ID
= 1;
98
notificationManager.notify(
NOTIFICATION_ID
, builder.build());
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
41
private static final int
NOTIFICATION_ID
= 1;
93
mNotificationManager.notify(
NOTIFICATION_ID
, createNotification(
/developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java
39
private static final int
NOTIFICATION_ID
= 1;
83
NotificationManagerCompat.from(this).notify(
NOTIFICATION_ID
, notification);
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
41
private static final int
NOTIFICATION_ID
= 1;
93
mNotificationManager.notify(
NOTIFICATION_ID
, createNotification(
/developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java
39
private static final int
NOTIFICATION_ID
= 1;
83
NotificationManagerCompat.from(this).notify(
NOTIFICATION_ID
, notification);
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java
41
private static final int
NOTIFICATION_ID
= 1;
93
mNotificationManager.notify(
NOTIFICATION_ID
, createNotification(
/development/samples/browseable/SkeletonWearableApp/Wearable/src/com.example.android.google.wearable.app/
MainActivity.java
39
private static final int
NOTIFICATION_ID
= 1;
83
NotificationManagerCompat.from(this).notify(
NOTIFICATION_ID
, notification);
/external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugService.java
27
private static final int
NOTIFICATION_ID
= 1;
63
startForeground(
NOTIFICATION_ID
, makeForegroundServiceNotification());
Completed in 3451 milliseconds
1
2