OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foregroundId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java
96
int
foregroundId
; // Notification ID of last foreground req.
235
if (isForeground ||
foregroundId
!= 0) {
237
pw.print("
foregroundId
="); pw.print(
foregroundId
);
445
if (
foregroundId
!= 0 && foregroundNoti != null) {
449
final int localForegroundId =
foregroundId
;
546
if (
foregroundId
!= 0) {
550
final int localForegroundId =
foregroundId
;
570
if (
foregroundId
== 0) {
574
final int localForegroundId =
foregroundId
;
[
all
...]
ActiveServices.java
701
if (r.
foregroundId
!= id) {
703
r.
foregroundId
= id;
725
r.
foregroundId
= 0;
730
r.
foregroundId
= 0;
[
all
...]
Completed in 50 milliseconds