OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doPopup
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
261
int notificationId, boolean
doPopup
, int priority) {
264
doPopup
, priority, false);
265
return new NotificationWrapper(n, notificationId, eventId, startMillis, endMillis,
doPopup
);
270
long eventId, int notificationId, boolean
doPopup
, int priority,
292
if (
doPopup
) {
413
int notificationId, boolean
doPopup
, int priority) {
416
summaryText, startMillis, endMillis, eventId, notificationId,
doPopup
,
442
endMillis,
doPopup
);
[
all
...]
AlertService.java
132
long startMillis, long endMillis, boolean
doPopup
) {
[
all
...]
Completed in 3905 milliseconds