Home
last modified time | relevance | path

Searched refs:BIND_NOT_PERCEPTIBLE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java68 Context.BIND_NOT_PERCEPTIBLE,
219 if ((flags & Context.BIND_NOT_PERCEPTIBLE) != 0) { in toString()
DOomAdjuster.java1267 } else if ((cr.flags & Context.BIND_NOT_PERCEPTIBLE) != 0 in computeOomAdjLocked()
/frameworks/base/core/java/android/content/
DContext.java238 BIND_NOT_PERCEPTIBLE,
339 public static final int BIND_NOT_PERCEPTIBLE = 0x00000100; field in Context
477 | Context.BIND_NOT_PERCEPTIBLE | Context.BIND_NOT_VISIBLE;
/frameworks/base/services/core/java/com/android/server/job/
DJobServiceContext.java254 | Context.BIND_NOT_PERCEPTIBLE, in executeRunnableJob()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java48 import static android.content.Context.BIND_NOT_PERCEPTIBLE;
7820 | BIND_NOT_PERCEPTIBLE | BIND_ALLOW_WHITELIST_MANAGEMENT;
/frameworks/base/api/
Dcurrent.txt9811 field public static final int BIND_NOT_PERCEPTIBLE = 256; // 0x100