HomeSort by relevance Sort by last modified time
    Searched refs:BIND_ALLOW_WHITELIST_MANAGEMENT (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 19 import static android.content.Context.BIND_ALLOW_WHITELIST_MANAGEMENT;
    [all...]
  /frameworks/base/core/java/android/content/
Context.java 335 public static final int BIND_ALLOW_WHITELIST_MANAGEMENT = 0x01000000;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 94 boolean whitelistManager; // any bindings to this service have BIND_ALLOW_WHITELIST_MANAGEMENT?
408 if ((cr.get(i).flags&Context.BIND_ALLOW_WHITELIST_MANAGEMENT) != 0) {
ActiveServices.java     [all...]

Completed in 319 milliseconds