OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNotificationId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java
555
public int
getNotificationId
() {
[
all
...]
NotificationUtils.java
383
getNotificationId
(notification.account.getAccountManagerAccount(), folder);
458
getNotificationId
(notification.account.getAccountManagerAccount(), folder);
503
final int notificationId =
getNotificationId
(account.getAccountManagerAccount(), folder);
607
getNotificationId
(account.getAccountManagerAccount(), folder);
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
599
mNotificationManager.cancel(
getNotificationId
(slotId));
613
mNotificationManager.cancel(
getNotificationId
(slotId));
[
all
...]
Completed in 134 milliseconds