OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifyid
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java
54
private int
notifyId
= 0;
73
if (
notifyId
% 5 == 4) {
74
mNotificationManager.cancel(
notifyId
- 4);
76
sendNotification(
notifyId
++, "testNotificationStressNotify");
/frameworks/base/docs/html/training/notify-user/
managing.jd
67
int
notifyID
= 1;
80
notifyID
,
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
366
if (DEBUG) Log.d(TAG, "setNiNotification,
notifyId
: " + notif.notificationId +
402
if (DEBUG) Log.d(TAG, "openNiDialog,
notifyId
: " + notif.notificationId +
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
527
/* package */ void postTransientNotification(int
notifyId
, CharSequence msg) {
/frameworks/base/docs/html/google/play/billing/v2/
billing_integrate.jd
[
all
...]
/frameworks/base/docs/html/guide/topics/ui/notifiers/
notifications.jd
355
int
notifyID
= 1;
368
notifyID
,
[
all
...]
Completed in 653 milliseconds