Home
last modified time | relevance | path

Searched refs:POWER_WHITELIST_MANAGER (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobSchedulerFrameworkInitializer.java54 Context.POWER_WHITELIST_MANAGER, PowerWhitelistManager.class, in registerServiceWrappers()
/frameworks/base/apex/jobscheduler/framework/java/android/os/
DPowerWhitelistManager.java43 @SystemService(Context.POWER_WHITELIST_MANAGER)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java307 case Context.POWER_WHITELIST_MANAGER: in getSystemService()
337 return Context.POWER_WHITELIST_MANAGER; in getSystemServiceName()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java313 (PowerWhitelistManager) mContext.getSystemService(Context.POWER_WHITELIST_MANAGER); in InboundSmsHandler()
/frameworks/base/core/java/android/content/
DContext.java5627 public static final String POWER_WHITELIST_MANAGER = "power_whitelist"; field in Context
/frameworks/base/core/api/
Dtest-lint-baseline.txt420 DeprecationMismatch: android.content.Context#POWER_WHITELIST_MANAGER:
421 …Field Context.POWER_WHITELIST_MANAGER: @Deprecated annotation (present) and @deprecated doc tag (n…
Dtest-current.txt1033 field @Deprecated public static final String POWER_WHITELIST_MANAGER = "power_whitelist";