Home | History | Annotate | Download | only in app

Lines Matching refs:ContextImpl

158  * Used by {@link ContextImpl}.
178 public AccessibilityManager createService(ContextImpl ctx) {
185 public CaptioningManager createService(ContextImpl ctx) {
192 public AccountManager createService(ContextImpl ctx) throws ServiceNotFoundException {
201 public ActivityManager createService(ContextImpl ctx) {
208 public AlarmManager createService(ContextImpl ctx) throws ServiceNotFoundException {
217 public AudioManager createService(ContextImpl ctx) {
224 public MediaRouter createService(ContextImpl ctx) {
231 public BluetoothManager createService(ContextImpl ctx) {
246 public TextClassificationManager createService(ContextImpl ctx) {
253 public ClipboardManager createService(ContextImpl ctx) throws ServiceNotFoundException {
292 public DevicePolicyManager createService(ContextImpl ctx) throws ServiceNotFoundException {
300 public DownloadManager createService(ContextImpl ctx) {
318 public NfcManager createService(ContextImpl ctx) {
325 public DropBoxManager createService(ContextImpl ctx) throws ServiceNotFoundException {
341 public DisplayManager createService(ContextImpl ctx) {
362 public KeyguardManager createService(ContextImpl ctx) throws ServiceNotFoundException {
369 public LayoutInflater createService(ContextImpl ctx) {
376 public LocationManager createService(ContextImpl ctx) throws ServiceNotFoundException {
384 public NetworkPolicyManager createService(ContextImpl ctx) throws ServiceNotFoundException {
392 public NotificationManager createService(ContextImpl ctx) {
408 public NsdManager createService(ContextImpl ctx) throws ServiceNotFoundException {
417 public PowerManager createService(ContextImpl ctx) throws ServiceNotFoundException {
427 public RecoverySystem createService(ContextImpl ctx) throws ServiceNotFoundException {
436 public SearchManager createService(ContextImpl ctx) throws ServiceNotFoundException {
444 public SensorManager createService(ContextImpl ctx) {
452 public StatusBarManager createService(ContextImpl ctx) {
459 public StorageManager createService(ContextImpl ctx) throws ServiceNotFoundException {
466 public StorageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
475 public TelephonyManager createService(ContextImpl ctx) {
482 public SubscriptionManager createService(ContextImpl ctx) {
489 public CarrierConfigManager createService(ContextImpl ctx) {
496 public TelecomManager createService(ContextImpl ctx) {
503 public EuiccManager createService(ContextImpl ctx) {
510 public UiModeManager createService(ContextImpl ctx) throws ServiceNotFoundException {
517 public UsbManager createService(ContextImpl ctx) throws ServiceNotFoundException {
525 public SerialManager createService(ContextImpl ctx) throws ServiceNotFoundException {
533 public Vibrator createService(ContextImpl ctx) {
540 public WallpaperManager createService(ContextImpl ctx) {
548 public LowpanManager createService(ContextImpl ctx) throws ServiceNotFoundException {
558 public WifiManager createService(ContextImpl ctx) throws ServiceNotFoundException {
577 public WifiAwareManager createService(ContextImpl ctx) throws ServiceNotFoundException {
589 public WifiScanner createService(ContextImpl ctx) throws ServiceNotFoundException {
599 public RttManager createService(ContextImpl ctx) throws ServiceNotFoundException {
609 public EthernetManager createService(ContextImpl ctx) throws ServiceNotFoundException {
618 public WindowManager createService(ContextImpl ctx) {
625 public UserManager createService(ContextImpl ctx) throws ServiceNotFoundException {
634 public AppOpsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
643 public CameraManager createService(ContextImpl ctx) {
650 public LauncherApps createService(ContextImpl ctx) {
657 public RestrictionsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
666 public PrintManager createService(ContextImpl ctx) throws ServiceNotFoundException {
680 ContextImpl ctx)
695 public ConsumerIrManager createService(ContextImpl ctx) throws ServiceNotFoundException {
702 public MediaSessionManager createService(ContextImpl ctx) {
717 public FingerprintManager createService(ContextImpl ctx) throws ServiceNotFoundException {
740 public NetworkScoreManager createService(ContextImpl ctx) throws ServiceNotFoundException {
747 public UsageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
756 public NetworkStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
800 public MediaProjectionManager createService(ContextImpl ctx) {
807 public AppWidgetManager createService(ContextImpl ctx) throws ServiceNotFoundException {
815 public MidiManager createService(ContextImpl ctx) throws ServiceNotFoundException {
823 public RadioManager createService(ContextImpl ctx) throws ServiceNotFoundException {
830 public HardwarePropertiesManager createService(ContextImpl ctx) throws ServiceNotFoundException {
840 public SoundTriggerManager createService(ContextImpl ctx) throws ServiceNotFoundException {
848 public ShortcutManager createService(ContextImpl ctx) throws ServiceNotFoundException {
856 public SystemHealthManager createService(ContextImpl ctx) throws ServiceNotFoundException {
864 public ContextHubManager createService(ContextImpl ctx) throws ServiceNotFoundException {
872 public IncidentManager createService(ContextImpl ctx) throws ServiceNotFoundException {
879 public AutofillManager createService(ContextImpl ctx) throws ServiceNotFoundException {
888 public VrManager createService(ContextImpl ctx) throws ServiceNotFoundException {
897 public RulesManager createService(ContextImpl ctx) {
912 public static Object getSystemService(ContextImpl ctx, String name) {
939 T getService(ContextImpl ctx);
944 * ContextImpl and should be cached and retained by that context.
955 public final T getService(ContextImpl ctx) {
972 public abstract T createService(ContextImpl ctx) throws ServiceNotFoundException;
976 * Override this class when the system service does not need a ContextImpl
983 public final T getService(ContextImpl ctx) {
1011 public final T getService(ContextImpl ctx) {
1017 // cases, the passed-in ContextImpl will not be freed, so it's safe to pass it