OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foregroundNoti
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java
97
Notification
foregroundNoti
; // Notification record of foreground state.
238
pw.print("
foregroundNoti
="); pw.println(
foregroundNoti
);
445
if (foregroundId != 0 &&
foregroundNoti
!= null) {
450
final Notification _foregroundNoti =
foregroundNoti
;
523
+
foregroundNoti
);
530
foregroundNoti
= localForegroundNoti; // save it for amending next time
ActiveServices.java
706
r.
foregroundNoti
= notification;
726
r.
foregroundNoti
= null;
731
r.
foregroundNoti
= null;
[
all
...]
Completed in 43 milliseconds