HomeSort by relevance Sort by last modified time
    Searched refs:BIND_ALLOW_WHITELIST_MANAGEMENT (Results 1 - 5 of 5) 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 347 public static final int BIND_ALLOW_WHITELIST_MANAGEMENT = 0x01000000;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 96 boolean whitelistManager; // any bindings to this service have BIND_ALLOW_WHITELIST_MANAGEMENT?
539 if ((cr.get(i).flags&Context.BIND_ALLOW_WHITELIST_MANAGEMENT) != 0) {
    [all...]
ActiveServices.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 480 milliseconds