blob: d29cf80bd74e1390076075293a8788eb82ae666f [file] [log] [blame]
Jeff Brown6e539312015-02-24 18:53:21 -08001/*
2 * Copyright (C) 2015 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package android.app;
18
Jeff Brown6e539312015-02-24 18:53:21 -080019import android.accounts.AccountManager;
20import android.accounts.IAccountManager;
Makoto Onukid67070e2018-03-30 12:39:14 -070021import android.app.ContextImpl.ServiceInitializationState;
Jeff Brown6e539312015-02-24 18:53:21 -080022import android.app.admin.DevicePolicyManager;
Jeff Sharkey49ca5292016-05-10 12:54:45 -060023import android.app.admin.IDevicePolicyManager;
Winson Chung3fb0f252019-01-08 17:41:55 -080024import android.app.contentsuggestions.ContentSuggestionsManager;
25import android.app.contentsuggestions.IContentSuggestionsManager;
Jeff Brown6e539312015-02-24 18:53:21 -080026import android.app.job.IJobScheduler;
27import android.app.job.JobScheduler;
Sunny Goyal54e91342018-11-14 11:59:02 -080028import android.app.prediction.AppPredictionManager;
Hai Zhanga4959e52019-03-06 12:21:07 -080029import android.app.role.RoleControllerManager;
Hai Zhang4ef21d02018-11-09 14:43:51 -080030import android.app.role.RoleManager;
Jason Monk8f5f7ff2017-10-17 14:12:42 -040031import android.app.slice.SliceManager;
Neil Fullerfeeee682018-05-30 14:35:24 +010032import android.app.timedetector.TimeDetector;
Neil Fuller328532a2017-03-16 18:32:21 +000033import android.app.timezone.RulesManager;
Jeff Brown6e539312015-02-24 18:53:21 -080034import android.app.trust.TrustManager;
Jeff Sharkeye8cece92017-01-04 11:33:33 -070035import android.app.usage.IStorageStatsManager;
Jeff Brown6e539312015-02-24 18:53:21 -080036import android.app.usage.IUsageStatsManager;
Zoltan Szatmary-Ban9c5dfa52015-02-23 17:20:20 +000037import android.app.usage.NetworkStatsManager;
Jeff Sharkeye8cece92017-01-04 11:33:33 -070038import android.app.usage.StorageStatsManager;
Jeff Brown6e539312015-02-24 18:53:21 -080039import android.app.usage.UsageStatsManager;
40import android.appwidget.AppWidgetManager;
41import android.bluetooth.BluetoothManager;
Eugene Susla6ed45d82017-01-22 13:52:51 -080042import android.companion.CompanionDeviceManager;
43import android.companion.ICompanionDeviceManager;
Jeff Brown6e539312015-02-24 18:53:21 -080044import android.content.ClipboardManager;
Felipe Leme326f15a2019-02-19 09:42:24 -080045import android.content.ContentCaptureOptions;
Jeff Brown6e539312015-02-24 18:53:21 -080046import android.content.Context;
47import android.content.IRestrictionsManager;
48import android.content.RestrictionsManager;
Hyunyoung Song880a9512018-12-20 11:24:48 -080049import android.content.om.IOverlayManager;
50import android.content.om.OverlayManager;
Tony Makb0d22622018-01-18 12:49:49 +000051import android.content.pm.CrossProfileApps;
52import android.content.pm.ICrossProfileApps;
Svet Ganovd8eb8b22019-04-05 18:52:08 -070053import android.content.pm.IPackageManager;
Makoto Onuki6f7362d92016-03-04 13:39:41 -080054import android.content.pm.IShortcutService;
Jeff Brown6e539312015-02-24 18:53:21 -080055import android.content.pm.LauncherApps;
Svet Ganovec7daa52017-06-30 12:02:59 -070056import android.content.pm.PackageManager;
Makoto Onuki6f7362d92016-03-04 13:39:41 -080057import android.content.pm.ShortcutManager;
Jeff Brown6e539312015-02-24 18:53:21 -080058import android.content.res.Resources;
Richard Uhlerb29f1452018-09-12 16:38:15 +010059import android.content.rollback.IRollbackManager;
60import android.content.rollback.RollbackManager;
Kenny Rootf74bfde2018-01-18 15:42:48 -080061import android.debug.AdbManager;
62import android.debug.IAdbManager;
Jeff Brown6e539312015-02-24 18:53:21 -080063import android.hardware.ConsumerIrManager;
64import android.hardware.ISerialManager;
65import android.hardware.SensorManager;
Chad Brubaker90f391f2018-10-19 10:26:19 -070066import android.hardware.SensorPrivacyManager;
Jeff Brown6e539312015-02-24 18:53:21 -080067import android.hardware.SerialManager;
68import android.hardware.SystemSensorManager;
Kevin Chyn05c21502018-09-18 13:07:19 -070069import android.hardware.biometrics.BiometricManager;
70import android.hardware.biometrics.IBiometricService;
Jeff Brown6e539312015-02-24 18:53:21 -080071import android.hardware.camera2.CameraManager;
Christine Franks39b03112018-07-03 14:46:07 -070072import android.hardware.display.ColorDisplayManager;
Jeff Brown6e539312015-02-24 18:53:21 -080073import android.hardware.display.DisplayManager;
Gilad Brettercb51b8b2018-03-22 17:04:51 +020074import android.hardware.face.FaceManager;
75import android.hardware.face.IFaceService;
Jeff Sharkey49ca5292016-05-10 12:54:45 -060076import android.hardware.fingerprint.FingerprintManager;
77import android.hardware.fingerprint.IFingerprintService;
Jeff Brown6e539312015-02-24 18:53:21 -080078import android.hardware.hdmi.HdmiControlManager;
79import android.hardware.hdmi.IHdmiControlService;
80import android.hardware.input.InputManager;
Kevin Chyn51676d22018-11-05 18:00:43 -080081import android.hardware.iris.IIrisService;
Felipe Lemee348dc32018-11-05 12:35:29 -080082import android.hardware.iris.IrisManager;
Peng Xu9ff7d222016-02-11 13:02:05 -080083import android.hardware.location.ContextHubManager;
Jeff Sharkey49ca5292016-05-10 12:54:45 -060084import android.hardware.radio.RadioManager;
Jeff Brown6e539312015-02-24 18:53:21 -080085import android.hardware.usb.IUsbManager;
86import android.hardware.usb.UsbManager;
87import android.location.CountryDetector;
88import android.location.ICountryDetector;
89import android.location.ILocationManager;
90import android.location.LocationManager;
91import android.media.AudioManager;
92import android.media.MediaRouter;
93import android.media.midi.IMidiManager;
94import android.media.midi.MidiManager;
95import android.media.projection.MediaProjectionManager;
96import android.media.session.MediaSessionManager;
Arunesh Mishraa772e5f2016-01-25 10:33:11 -080097import android.media.soundtrigger.SoundTriggerManager;
Jeff Brown6e539312015-02-24 18:53:21 -080098import android.media.tv.ITvInputManager;
99import android.media.tv.TvInputManager;
100import android.net.ConnectivityManager;
Paul Stewartbf8cbb052016-03-17 10:11:54 -0700101import android.net.ConnectivityThread;
Jeff Brown6e539312015-02-24 18:53:21 -0800102import android.net.EthernetManager;
103import android.net.IConnectivityManager;
104import android.net.IEthernetManager;
Nathan Harold28084d82017-03-01 18:55:06 -0800105import android.net.IIpSecService;
Jeff Brown6e539312015-02-24 18:53:21 -0800106import android.net.INetworkPolicyManager;
Benedict Wong99a48412018-11-09 14:45:34 -0800107import android.net.ITestNetworkManager;
Nathan Harold28084d82017-03-01 18:55:06 -0800108import android.net.IpSecManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800109import android.net.NetworkPolicyManager;
110import android.net.NetworkScoreManager;
Ricky Wai1a6e6672017-10-27 14:46:01 +0100111import android.net.NetworkWatchlistManager;
Benedict Wong99a48412018-11-09 14:45:34 -0800112import android.net.TestNetworkManager;
Robert Quattlebaum87a71042017-05-15 15:45:20 -0700113import android.net.lowpan.ILowpanManager;
114import android.net.lowpan.LowpanManager;
Etan Cohen17ba4722017-08-21 10:52:17 -0700115import android.net.nsd.INsdManager;
116import android.net.nsd.NsdManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800117import android.net.wifi.IWifiManager;
118import android.net.wifi.IWifiScanner;
119import android.net.wifi.RttManager;
120import android.net.wifi.WifiManager;
121import android.net.wifi.WifiScanner;
Etan Cohen04133272016-10-26 11:22:06 -0700122import android.net.wifi.aware.IWifiAwareManager;
123import android.net.wifi.aware.WifiAwareManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800124import android.net.wifi.p2p.IWifiP2pManager;
125import android.net.wifi.p2p.WifiP2pManager;
Etan Cohen17ba4722017-08-21 10:52:17 -0700126import android.net.wifi.rtt.IWifiRttManager;
127import android.net.wifi.rtt.WifiRttManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800128import android.nfc.NfcManager;
129import android.os.BatteryManager;
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600130import android.os.BatteryStats;
Nandana Duttd11850c2018-12-12 17:26:57 +0000131import android.os.BugreportManager;
Jeff Sharkey351c2c22017-03-18 16:48:02 -0600132import android.os.Build;
Philip P. Moltmannf80809f2018-04-04 11:20:44 -0700133import android.os.DeviceIdleManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800134import android.os.DropBoxManager;
Polina Bondarenko965ecbb2015-11-13 15:34:28 +0100135import android.os.HardwarePropertiesManager;
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600136import android.os.IBatteryPropertiesRegistrar;
Jeff Brown6e539312015-02-24 18:53:21 -0800137import android.os.IBinder;
Philip P. Moltmannf80809f2018-04-04 11:20:44 -0700138import android.os.IDeviceIdleController;
Nandana Duttd11850c2018-12-12 17:26:57 +0000139import android.os.IDumpstate;
Polina Bondarenkof8754ac2016-02-12 20:38:23 +0100140import android.os.IHardwarePropertiesManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800141import android.os.IPowerManager;
Tao Baoe8a403d2015-12-31 07:44:55 -0800142import android.os.IRecoverySystem;
Tao Bao07342dc2017-01-24 15:08:21 -0800143import android.os.ISystemUpdateManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800144import android.os.IUserManager;
Joe Onorato1754d742016-11-21 17:51:35 -0800145import android.os.IncidentManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800146import android.os.PowerManager;
Tao Baoe8a403d2015-12-31 07:44:55 -0800147import android.os.RecoverySystem;
Benedict Wong99a48412018-11-09 14:45:34 -0800148import android.os.RemoteException;
Jeff Brown6e539312015-02-24 18:53:21 -0800149import android.os.ServiceManager;
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600150import android.os.ServiceManager.ServiceNotFoundException;
Tao Bao07342dc2017-01-24 15:08:21 -0800151import android.os.SystemUpdateManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800152import android.os.SystemVibrator;
153import android.os.UserHandle;
154import android.os.UserManager;
155import android.os.Vibrator;
Joe Onorato713fec82016-03-04 10:34:02 -0800156import android.os.health.SystemHealthManager;
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +0800157import android.os.image.DynamicSystemManager;
158import android.os.image.IDynamicSystemService;
Jeff Brown6e539312015-02-24 18:53:21 -0800159import android.os.storage.StorageManager;
Philip P. Moltmannbc054d82018-12-21 09:41:58 -0800160import android.permission.PermissionControllerManager;
Philip P. Moltmann039678e2018-09-18 13:04:38 -0700161import android.permission.PermissionManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800162import android.print.IPrintManager;
163import android.print.PrintManager;
Andrew Scull3b8b46f2017-02-13 18:12:15 +0000164import android.service.oemlock.IOemLockService;
165import android.service.oemlock.OemLockManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800166import android.service.persistentdata.IPersistentDataBlockService;
167import android.service.persistentdata.PersistentDataBlockManager;
Zak Cohen56345f42017-01-26 13:54:28 -0800168import android.service.vr.IVrManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800169import android.telecom.TelecomManager;
Jonathan Basseri9a1c9b62015-02-25 13:01:52 -0800170import android.telephony.CarrierConfigManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800171import android.telephony.SubscriptionManager;
172import android.telephony.TelephonyManager;
Holly Jiuyu Sun5c110242017-12-21 18:44:59 -0800173import android.telephony.euicc.EuiccCardManager;
Neil Fuller009e77a2017-05-04 16:53:41 +0100174import android.telephony.euicc.EuiccManager;
Brad Ebingerd1cb3462019-06-20 14:20:01 -0700175import android.telephony.ims.RcsMessageManager;
Robert Benea1901a5b2018-05-15 16:36:07 -0700176import android.util.ArrayMap;
Jeff Brown6e539312015-02-24 18:53:21 -0800177import android.util.Log;
178import android.view.ContextThemeWrapper;
179import android.view.LayoutInflater;
Jeff Brown6e539312015-02-24 18:53:21 -0800180import android.view.WindowManager;
181import android.view.WindowManagerImpl;
182import android.view.accessibility.AccessibilityManager;
183import android.view.accessibility.CaptioningManager;
Neil Fuller009e77a2017-05-04 16:53:41 +0100184import android.view.autofill.AutofillManager;
185import android.view.autofill.IAutoFillManager;
Felipe Leme749b8892018-12-03 16:30:30 -0800186import android.view.contentcapture.ContentCaptureManager;
187import android.view.contentcapture.IContentCaptureManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800188import android.view.inputmethod.InputMethodManager;
Abodunrinwa Tokif001fef2017-01-04 23:51:42 +0000189import android.view.textclassifier.TextClassificationManager;
Jeff Brown6e539312015-02-24 18:53:21 -0800190import android.view.textservice.TextServicesManager;
191
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600192import com.android.internal.app.IAppOpsService;
193import com.android.internal.app.IBatteryStats;
194import com.android.internal.app.ISoundTriggerService;
195import com.android.internal.appwidget.IAppWidgetService;
Ricky Wai1a6e6672017-10-27 14:46:01 +0100196import com.android.internal.net.INetworkWatchlistManager;
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600197import com.android.internal.os.IDropBoxManagerService;
198import com.android.internal.policy.PhoneLayoutInflater;
199
Robert Benea1901a5b2018-05-15 16:36:07 -0700200import java.util.Map;
Jeff Brown6e539312015-02-24 18:53:21 -0800201
202/**
203 * Manages all of the system services that can be returned by {@link Context#getSystemService}.
204 * Used by {@link ContextImpl}.
205 */
206final class SystemServiceRegistry {
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600207 private static final String TAG = "SystemServiceRegistry";
208
Jeff Brown6e539312015-02-24 18:53:21 -0800209 // Service registry information.
210 // This information is never changed once static initialization has completed.
Robert Benea1901a5b2018-05-15 16:36:07 -0700211 private static final Map<Class<?>, String> SYSTEM_SERVICE_NAMES =
212 new ArrayMap<Class<?>, String>();
213 private static final Map<String, ServiceFetcher<?>> SYSTEM_SERVICE_FETCHERS =
214 new ArrayMap<String, ServiceFetcher<?>>();
Jeff Brown6e539312015-02-24 18:53:21 -0800215 private static int sServiceCacheSize;
216
217 // Not instantiable.
218 private SystemServiceRegistry() { }
219
220 static {
Felipe Lemeecb08be2018-11-27 15:48:47 -0800221 //CHECKSTYLE:OFF IndentationCheck
Jeff Brown6e539312015-02-24 18:53:21 -0800222 registerService(Context.ACCESSIBILITY_SERVICE, AccessibilityManager.class,
223 new CachedServiceFetcher<AccessibilityManager>() {
224 @Override
225 public AccessibilityManager createService(ContextImpl ctx) {
226 return AccessibilityManager.getInstance(ctx);
227 }});
228
229 registerService(Context.CAPTIONING_SERVICE, CaptioningManager.class,
230 new CachedServiceFetcher<CaptioningManager>() {
231 @Override
232 public CaptioningManager createService(ContextImpl ctx) {
233 return new CaptioningManager(ctx);
234 }});
235
236 registerService(Context.ACCOUNT_SERVICE, AccountManager.class,
237 new CachedServiceFetcher<AccountManager>() {
238 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600239 public AccountManager createService(ContextImpl ctx) throws ServiceNotFoundException {
240 IBinder b = ServiceManager.getServiceOrThrow(Context.ACCOUNT_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800241 IAccountManager service = IAccountManager.Stub.asInterface(b);
242 return new AccountManager(ctx, service);
243 }});
244
245 registerService(Context.ACTIVITY_SERVICE, ActivityManager.class,
246 new CachedServiceFetcher<ActivityManager>() {
247 @Override
248 public ActivityManager createService(ContextImpl ctx) {
249 return new ActivityManager(ctx.getOuterContext(), ctx.mMainThread.getHandler());
250 }});
251
Wale Ogunwale65ebd952018-04-25 15:41:44 -0700252 registerService(Context.ACTIVITY_TASK_SERVICE, ActivityTaskManager.class,
253 new CachedServiceFetcher<ActivityTaskManager>() {
254 @Override
255 public ActivityTaskManager createService(ContextImpl ctx) {
256 return new ActivityTaskManager(
257 ctx.getOuterContext(), ctx.mMainThread.getHandler());
258 }});
259
Wale Ogunwale6d50dcc2018-07-21 23:00:40 -0700260 registerService(Context.URI_GRANTS_SERVICE, UriGrantsManager.class,
261 new CachedServiceFetcher<UriGrantsManager>() {
262 @Override
263 public UriGrantsManager createService(ContextImpl ctx) {
264 return new UriGrantsManager(
265 ctx.getOuterContext(), ctx.mMainThread.getHandler());
266 }});
267
Jeff Brown6e539312015-02-24 18:53:21 -0800268 registerService(Context.ALARM_SERVICE, AlarmManager.class,
269 new CachedServiceFetcher<AlarmManager>() {
270 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600271 public AlarmManager createService(ContextImpl ctx) throws ServiceNotFoundException {
272 IBinder b = ServiceManager.getServiceOrThrow(Context.ALARM_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800273 IAlarmManager service = IAlarmManager.Stub.asInterface(b);
274 return new AlarmManager(service, ctx);
275 }});
276
277 registerService(Context.AUDIO_SERVICE, AudioManager.class,
278 new CachedServiceFetcher<AudioManager>() {
279 @Override
280 public AudioManager createService(ContextImpl ctx) {
281 return new AudioManager(ctx);
282 }});
283
284 registerService(Context.MEDIA_ROUTER_SERVICE, MediaRouter.class,
285 new CachedServiceFetcher<MediaRouter>() {
286 @Override
287 public MediaRouter createService(ContextImpl ctx) {
288 return new MediaRouter(ctx);
289 }});
290
291 registerService(Context.BLUETOOTH_SERVICE, BluetoothManager.class,
292 new CachedServiceFetcher<BluetoothManager>() {
293 @Override
294 public BluetoothManager createService(ContextImpl ctx) {
295 return new BluetoothManager(ctx);
296 }});
297
298 registerService(Context.HDMI_CONTROL_SERVICE, HdmiControlManager.class,
299 new StaticServiceFetcher<HdmiControlManager>() {
300 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600301 public HdmiControlManager createService() throws ServiceNotFoundException {
302 IBinder b = ServiceManager.getServiceOrThrow(Context.HDMI_CONTROL_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800303 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b));
304 }});
305
Abodunrinwa Toki8158af52016-11-23 20:41:09 +0000306 registerService(Context.TEXT_CLASSIFICATION_SERVICE, TextClassificationManager.class,
Abodunrinwa Tokif001fef2017-01-04 23:51:42 +0000307 new CachedServiceFetcher<TextClassificationManager>() {
Abodunrinwa Toki8158af52016-11-23 20:41:09 +0000308 @Override
Abodunrinwa Tokif001fef2017-01-04 23:51:42 +0000309 public TextClassificationManager createService(ContextImpl ctx) {
310 return new TextClassificationManager(ctx);
Abodunrinwa Toki8158af52016-11-23 20:41:09 +0000311 }});
312
Jeff Brown6e539312015-02-24 18:53:21 -0800313 registerService(Context.CLIPBOARD_SERVICE, ClipboardManager.class,
314 new CachedServiceFetcher<ClipboardManager>() {
315 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600316 public ClipboardManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Brown6e539312015-02-24 18:53:21 -0800317 return new ClipboardManager(ctx.getOuterContext(),
318 ctx.mMainThread.getHandler());
319 }});
320
321 // The clipboard service moved to a new package. If someone asks for the old
322 // interface by class then we want to redirect over to the new interface instead
323 // (which extends it).
324 SYSTEM_SERVICE_NAMES.put(android.text.ClipboardManager.class, Context.CLIPBOARD_SERVICE);
325
326 registerService(Context.CONNECTIVITY_SERVICE, ConnectivityManager.class,
Lorenzo Colitticf959772016-02-29 16:07:37 +0900327 new StaticApplicationContextServiceFetcher<ConnectivityManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800328 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600329 public ConnectivityManager createService(Context context) throws ServiceNotFoundException {
330 IBinder b = ServiceManager.getServiceOrThrow(Context.CONNECTIVITY_SERVICE);
Lorenzo Colittiffc42b02015-07-29 11:41:21 +0900331 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b);
332 return new ConnectivityManager(context, service);
Jeff Brown6e539312015-02-24 18:53:21 -0800333 }});
334
Remi NGUYEN VANf9a8c2e2019-02-13 18:28:35 +0900335 registerService(Context.NETD_SERVICE, IBinder.class, new StaticServiceFetcher<IBinder>() {
Remi NGUYEN VAN31935982019-01-28 11:40:08 +0900336 @Override
Remi NGUYEN VANf9a8c2e2019-02-13 18:28:35 +0900337 public IBinder createService() throws ServiceNotFoundException {
338 return ServiceManager.getServiceOrThrow(Context.NETD_SERVICE);
Remi NGUYEN VAN31935982019-01-28 11:40:08 +0900339 }
340 });
341
Nathan Harold28084d82017-03-01 18:55:06 -0800342 registerService(Context.IPSEC_SERVICE, IpSecManager.class,
Nathan Harold592dadb2018-03-15 18:06:06 -0700343 new CachedServiceFetcher<IpSecManager>() {
Nathan Harold28084d82017-03-01 18:55:06 -0800344 @Override
Nathan Harold592dadb2018-03-15 18:06:06 -0700345 public IpSecManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Nathan Harold28084d82017-03-01 18:55:06 -0800346 IBinder b = ServiceManager.getService(Context.IPSEC_SERVICE);
347 IIpSecService service = IIpSecService.Stub.asInterface(b);
Nathan Harold592dadb2018-03-15 18:06:06 -0700348 return new IpSecManager(ctx, service);
Nathan Harold28084d82017-03-01 18:55:06 -0800349 }});
350
Benedict Wong99a48412018-11-09 14:45:34 -0800351 registerService(
352 Context.TEST_NETWORK_SERVICE,
353 TestNetworkManager.class,
354 new StaticApplicationContextServiceFetcher<TestNetworkManager>() {
355 @Override
356 public TestNetworkManager createService(Context context)
357 throws ServiceNotFoundException {
358 IBinder csBinder =
359 ServiceManager.getServiceOrThrow(Context.CONNECTIVITY_SERVICE);
360 IConnectivityManager csMgr =
361 IConnectivityManager.Stub.asInterface(csBinder);
362
363 final IBinder tnBinder;
364 try {
365 tnBinder = csMgr.startOrGetTestNetworkService();
366 } catch (RemoteException e) {
367 throw new ServiceNotFoundException(Context.TEST_NETWORK_SERVICE);
368 }
369 ITestNetworkManager tnMgr = ITestNetworkManager.Stub.asInterface(tnBinder);
Benedict Wongb4e98f32019-03-12 21:54:16 -0700370 return new TestNetworkManager(tnMgr);
Benedict Wong99a48412018-11-09 14:45:34 -0800371 }
372 });
373
Jeff Brown6e539312015-02-24 18:53:21 -0800374 registerService(Context.COUNTRY_DETECTOR, CountryDetector.class,
375 new StaticServiceFetcher<CountryDetector>() {
376 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600377 public CountryDetector createService() throws ServiceNotFoundException {
378 IBinder b = ServiceManager.getServiceOrThrow(Context.COUNTRY_DETECTOR);
Jeff Brown6e539312015-02-24 18:53:21 -0800379 return new CountryDetector(ICountryDetector.Stub.asInterface(b));
380 }});
381
382 registerService(Context.DEVICE_POLICY_SERVICE, DevicePolicyManager.class,
383 new CachedServiceFetcher<DevicePolicyManager>() {
384 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600385 public DevicePolicyManager createService(ContextImpl ctx) throws ServiceNotFoundException {
386 IBinder b = ServiceManager.getServiceOrThrow(Context.DEVICE_POLICY_SERVICE);
387 return new DevicePolicyManager(ctx, IDevicePolicyManager.Stub.asInterface(b));
Jeff Brown6e539312015-02-24 18:53:21 -0800388 }});
389
390 registerService(Context.DOWNLOAD_SERVICE, DownloadManager.class,
391 new CachedServiceFetcher<DownloadManager>() {
392 @Override
393 public DownloadManager createService(ContextImpl ctx) {
Jeff Sharkey60cfad82016-01-05 17:30:57 -0700394 return new DownloadManager(ctx);
Jeff Brown6e539312015-02-24 18:53:21 -0800395 }});
396
397 registerService(Context.BATTERY_SERVICE, BatteryManager.class,
Yifan Hongb0f13522017-10-31 15:48:50 -0700398 new CachedServiceFetcher<BatteryManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800399 @Override
Yifan Hongb0f13522017-10-31 15:48:50 -0700400 public BatteryManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600401 IBatteryStats stats = IBatteryStats.Stub.asInterface(
402 ServiceManager.getServiceOrThrow(BatteryStats.SERVICE_NAME));
403 IBatteryPropertiesRegistrar registrar = IBatteryPropertiesRegistrar.Stub
404 .asInterface(ServiceManager.getServiceOrThrow("batteryproperties"));
Yifan Hongb0f13522017-10-31 15:48:50 -0700405 return new BatteryManager(ctx, stats, registrar);
Jeff Brown6e539312015-02-24 18:53:21 -0800406 }});
407
408 registerService(Context.NFC_SERVICE, NfcManager.class,
409 new CachedServiceFetcher<NfcManager>() {
410 @Override
411 public NfcManager createService(ContextImpl ctx) {
412 return new NfcManager(ctx);
413 }});
414
415 registerService(Context.DROPBOX_SERVICE, DropBoxManager.class,
Jeff Sharkeyb8e8a912016-03-09 16:27:40 -0700416 new CachedServiceFetcher<DropBoxManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800417 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600418 public DropBoxManager createService(ContextImpl ctx) throws ServiceNotFoundException {
419 IBinder b = ServiceManager.getServiceOrThrow(Context.DROPBOX_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800420 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b);
Jeff Sharkeyb8e8a912016-03-09 16:27:40 -0700421 return new DropBoxManager(ctx, service);
Jeff Brown6e539312015-02-24 18:53:21 -0800422 }});
423
424 registerService(Context.INPUT_SERVICE, InputManager.class,
425 new StaticServiceFetcher<InputManager>() {
426 @Override
427 public InputManager createService() {
428 return InputManager.getInstance();
429 }});
430
431 registerService(Context.DISPLAY_SERVICE, DisplayManager.class,
432 new CachedServiceFetcher<DisplayManager>() {
433 @Override
434 public DisplayManager createService(ContextImpl ctx) {
435 return new DisplayManager(ctx.getOuterContext());
436 }});
437
Christine Franks39b03112018-07-03 14:46:07 -0700438 registerService(Context.COLOR_DISPLAY_SERVICE, ColorDisplayManager.class,
439 new CachedServiceFetcher<ColorDisplayManager>() {
440 @Override
441 public ColorDisplayManager createService(ContextImpl ctx) {
442 return new ColorDisplayManager();
443 }
444 });
445
Yohei Yukawa4052a10f2018-10-15 15:35:55 +0800446 // InputMethodManager has its own cache strategy based on display id to support apps that
447 // still assume InputMethodManager is a per-process singleton and it's safe to directly
448 // access internal fields via reflection. Hence directly use ServiceFetcher instead of
449 // StaticServiceFetcher/CachedServiceFetcher.
Jeff Brown6e539312015-02-24 18:53:21 -0800450 registerService(Context.INPUT_METHOD_SERVICE, InputMethodManager.class,
Yohei Yukawa4052a10f2018-10-15 15:35:55 +0800451 new ServiceFetcher<InputMethodManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800452 @Override
Yohei Yukawa4052a10f2018-10-15 15:35:55 +0800453 public InputMethodManager getService(ContextImpl ctx) {
454 return InputMethodManager.forContext(ctx.getOuterContext());
Jeff Brown6e539312015-02-24 18:53:21 -0800455 }});
456
457 registerService(Context.TEXT_SERVICES_MANAGER_SERVICE, TextServicesManager.class,
Yohei Yukawa9f141ee2019-01-18 09:17:16 -0800458 new CachedServiceFetcher<TextServicesManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800459 @Override
Yohei Yukawa9f141ee2019-01-18 09:17:16 -0800460 public TextServicesManager createService(ContextImpl ctx)
461 throws ServiceNotFoundException {
462 return TextServicesManager.createInstance(ctx);
Jeff Brown6e539312015-02-24 18:53:21 -0800463 }});
464
465 registerService(Context.KEYGUARD_SERVICE, KeyguardManager.class,
Nancy Zheng43f166d2016-11-18 18:15:09 -0800466 new CachedServiceFetcher<KeyguardManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800467 @Override
Nancy Zheng40cd8e42016-11-21 12:58:16 -0800468 public KeyguardManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Nancy Zheng43f166d2016-11-18 18:15:09 -0800469 return new KeyguardManager(ctx);
Jeff Brown6e539312015-02-24 18:53:21 -0800470 }});
471
472 registerService(Context.LAYOUT_INFLATER_SERVICE, LayoutInflater.class,
473 new CachedServiceFetcher<LayoutInflater>() {
474 @Override
475 public LayoutInflater createService(ContextImpl ctx) {
476 return new PhoneLayoutInflater(ctx.getOuterContext());
477 }});
478
479 registerService(Context.LOCATION_SERVICE, LocationManager.class,
480 new CachedServiceFetcher<LocationManager>() {
481 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600482 public LocationManager createService(ContextImpl ctx) throws ServiceNotFoundException {
483 IBinder b = ServiceManager.getServiceOrThrow(Context.LOCATION_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800484 return new LocationManager(ctx, ILocationManager.Stub.asInterface(b));
485 }});
486
487 registerService(Context.NETWORK_POLICY_SERVICE, NetworkPolicyManager.class,
Svet Ganov16a16892015-04-16 10:32:04 -0700488 new CachedServiceFetcher<NetworkPolicyManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800489 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600490 public NetworkPolicyManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Svet Ganov16a16892015-04-16 10:32:04 -0700491 return new NetworkPolicyManager(ctx, INetworkPolicyManager.Stub.asInterface(
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600492 ServiceManager.getServiceOrThrow(Context.NETWORK_POLICY_SERVICE)));
Jeff Brown6e539312015-02-24 18:53:21 -0800493 }});
494
495 registerService(Context.NOTIFICATION_SERVICE, NotificationManager.class,
496 new CachedServiceFetcher<NotificationManager>() {
497 @Override
498 public NotificationManager createService(ContextImpl ctx) {
499 final Context outerContext = ctx.getOuterContext();
500 return new NotificationManager(
501 new ContextThemeWrapper(outerContext,
502 Resources.selectSystemTheme(0,
503 outerContext.getApplicationInfo().targetSdkVersion,
504 com.android.internal.R.style.Theme_Dialog,
505 com.android.internal.R.style.Theme_Holo_Dialog,
506 com.android.internal.R.style.Theme_DeviceDefault_Dialog,
507 com.android.internal.R.style.Theme_DeviceDefault_Light_Dialog)),
508 ctx.mMainThread.getHandler());
509 }});
510
511 registerService(Context.NSD_SERVICE, NsdManager.class,
512 new CachedServiceFetcher<NsdManager>() {
513 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600514 public NsdManager createService(ContextImpl ctx) throws ServiceNotFoundException {
515 IBinder b = ServiceManager.getServiceOrThrow(Context.NSD_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800516 INsdManager service = INsdManager.Stub.asInterface(b);
517 return new NsdManager(ctx.getOuterContext(), service);
518 }});
519
520 registerService(Context.POWER_SERVICE, PowerManager.class,
521 new CachedServiceFetcher<PowerManager>() {
522 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600523 public PowerManager createService(ContextImpl ctx) throws ServiceNotFoundException {
524 IBinder b = ServiceManager.getServiceOrThrow(Context.POWER_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800525 IPowerManager service = IPowerManager.Stub.asInterface(b);
Jeff Brown6e539312015-02-24 18:53:21 -0800526 return new PowerManager(ctx.getOuterContext(),
527 service, ctx.mMainThread.getHandler());
528 }});
529
Tao Baoe8a403d2015-12-31 07:44:55 -0800530 registerService(Context.RECOVERY_SERVICE, RecoverySystem.class,
531 new CachedServiceFetcher<RecoverySystem>() {
532 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600533 public RecoverySystem createService(ContextImpl ctx) throws ServiceNotFoundException {
534 IBinder b = ServiceManager.getServiceOrThrow(Context.RECOVERY_SERVICE);
Tao Baoe8a403d2015-12-31 07:44:55 -0800535 IRecoverySystem service = IRecoverySystem.Stub.asInterface(b);
Tao Baoe8a403d2015-12-31 07:44:55 -0800536 return new RecoverySystem(service);
537 }});
538
Jeff Brown6e539312015-02-24 18:53:21 -0800539 registerService(Context.SEARCH_SERVICE, SearchManager.class,
540 new CachedServiceFetcher<SearchManager>() {
541 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600542 public SearchManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Brown6e539312015-02-24 18:53:21 -0800543 return new SearchManager(ctx.getOuterContext(),
544 ctx.mMainThread.getHandler());
545 }});
546
547 registerService(Context.SENSOR_SERVICE, SensorManager.class,
548 new CachedServiceFetcher<SensorManager>() {
549 @Override
550 public SensorManager createService(ContextImpl ctx) {
551 return new SystemSensorManager(ctx.getOuterContext(),
552 ctx.mMainThread.getHandler().getLooper());
553 }});
554
Chad Brubaker90f391f2018-10-19 10:26:19 -0700555 registerService(Context.SENSOR_PRIVACY_SERVICE, SensorPrivacyManager.class,
556 new CachedServiceFetcher<SensorPrivacyManager>() {
557 @Override
558 public SensorPrivacyManager createService(ContextImpl ctx) {
559 return SensorPrivacyManager.getInstance(ctx);
560 }});
561
David Chenadaf8b32017-11-03 15:42:08 -0700562 registerService(Context.STATS_MANAGER, StatsManager.class,
Jeff Sharkey6b649252018-04-16 09:50:22 -0600563 new CachedServiceFetcher<StatsManager>() {
564 @Override
565 public StatsManager createService(ContextImpl ctx) {
566 return new StatsManager(ctx.getOuterContext());
567 }});
David Chenadaf8b32017-11-03 15:42:08 -0700568
Jeff Brown6e539312015-02-24 18:53:21 -0800569 registerService(Context.STATUS_BAR_SERVICE, StatusBarManager.class,
570 new CachedServiceFetcher<StatusBarManager>() {
571 @Override
572 public StatusBarManager createService(ContextImpl ctx) {
573 return new StatusBarManager(ctx.getOuterContext());
574 }});
575
576 registerService(Context.STORAGE_SERVICE, StorageManager.class,
577 new CachedServiceFetcher<StorageManager>() {
578 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600579 public StorageManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Sharkey48877892015-03-18 11:27:19 -0700580 return new StorageManager(ctx, ctx.mMainThread.getHandler().getLooper());
Jeff Brown6e539312015-02-24 18:53:21 -0800581 }});
582
Jeff Sharkeye8cece92017-01-04 11:33:33 -0700583 registerService(Context.STORAGE_STATS_SERVICE, StorageStatsManager.class,
584 new CachedServiceFetcher<StorageStatsManager>() {
585 @Override
586 public StorageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
587 IStorageStatsManager service = IStorageStatsManager.Stub.asInterface(
588 ServiceManager.getServiceOrThrow(Context.STORAGE_STATS_SERVICE));
589 return new StorageStatsManager(ctx, service);
590 }});
591
Tao Bao07342dc2017-01-24 15:08:21 -0800592 registerService(Context.SYSTEM_UPDATE_SERVICE, SystemUpdateManager.class,
593 new CachedServiceFetcher<SystemUpdateManager>() {
594 @Override
595 public SystemUpdateManager createService(ContextImpl ctx)
596 throws ServiceNotFoundException {
597 IBinder b = ServiceManager.getServiceOrThrow(
598 Context.SYSTEM_UPDATE_SERVICE);
599 ISystemUpdateManager service = ISystemUpdateManager.Stub.asInterface(b);
600 return new SystemUpdateManager(service);
601 }});
602
Jeff Brown6e539312015-02-24 18:53:21 -0800603 registerService(Context.TELEPHONY_SERVICE, TelephonyManager.class,
604 new CachedServiceFetcher<TelephonyManager>() {
605 @Override
606 public TelephonyManager createService(ContextImpl ctx) {
607 return new TelephonyManager(ctx.getOuterContext());
608 }});
609
610 registerService(Context.TELEPHONY_SUBSCRIPTION_SERVICE, SubscriptionManager.class,
611 new CachedServiceFetcher<SubscriptionManager>() {
612 @Override
Jeff Sharkey717f52f2018-01-04 16:04:11 -0700613 public SubscriptionManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Brown6e539312015-02-24 18:53:21 -0800614 return new SubscriptionManager(ctx.getOuterContext());
615 }});
616
Brad Ebingerd1cb3462019-06-20 14:20:01 -0700617 registerService(Context.TELEPHONY_RCS_MESSAGE_SERVICE, RcsMessageManager.class,
618 new CachedServiceFetcher<RcsMessageManager>() {
Sahin Caliskan9458ebc2018-10-31 13:23:29 -0700619 @Override
Brad Ebingerd1cb3462019-06-20 14:20:01 -0700620 public RcsMessageManager createService(ContextImpl ctx) {
621 return new RcsMessageManager(ctx.getOuterContext());
Sahin Caliskan9458ebc2018-10-31 13:23:29 -0700622 }
623 });
624
Jonathan Basseri9a1c9b62015-02-25 13:01:52 -0800625 registerService(Context.CARRIER_CONFIG_SERVICE, CarrierConfigManager.class,
626 new CachedServiceFetcher<CarrierConfigManager>() {
627 @Override
628 public CarrierConfigManager createService(ContextImpl ctx) {
Malcolm Chend1272d12018-02-28 15:20:45 -0800629 return new CarrierConfigManager(ctx.getOuterContext());
Jonathan Basseri9a1c9b62015-02-25 13:01:52 -0800630 }});
631
Jeff Brown6e539312015-02-24 18:53:21 -0800632 registerService(Context.TELECOM_SERVICE, TelecomManager.class,
633 new CachedServiceFetcher<TelecomManager>() {
634 @Override
635 public TelecomManager createService(ContextImpl ctx) {
636 return new TelecomManager(ctx.getOuterContext());
637 }});
638
Jeff Davidson35cda392017-02-27 09:46:00 -0800639 registerService(Context.EUICC_SERVICE, EuiccManager.class,
640 new CachedServiceFetcher<EuiccManager>() {
641 @Override
642 public EuiccManager createService(ContextImpl ctx) {
643 return new EuiccManager(ctx.getOuterContext());
644 }});
645
Holly Jiuyu Sun5c110242017-12-21 18:44:59 -0800646 registerService(Context.EUICC_CARD_SERVICE, EuiccCardManager.class,
647 new CachedServiceFetcher<EuiccCardManager>() {
648 @Override
649 public EuiccCardManager createService(ContextImpl ctx) {
650 return new EuiccCardManager(ctx.getOuterContext());
651 }});
652
Jeff Brown6e539312015-02-24 18:53:21 -0800653 registerService(Context.UI_MODE_SERVICE, UiModeManager.class,
654 new CachedServiceFetcher<UiModeManager>() {
655 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600656 public UiModeManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Brown6e539312015-02-24 18:53:21 -0800657 return new UiModeManager();
658 }});
659
660 registerService(Context.USB_SERVICE, UsbManager.class,
661 new CachedServiceFetcher<UsbManager>() {
662 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600663 public UsbManager createService(ContextImpl ctx) throws ServiceNotFoundException {
664 IBinder b = ServiceManager.getServiceOrThrow(Context.USB_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800665 return new UsbManager(ctx, IUsbManager.Stub.asInterface(b));
666 }});
667
Kenny Rootf74bfde2018-01-18 15:42:48 -0800668 registerService(Context.ADB_SERVICE, AdbManager.class,
669 new CachedServiceFetcher<AdbManager>() {
670 @Override
671 public AdbManager createService(ContextImpl ctx)
672 throws ServiceNotFoundException {
673 IBinder b = ServiceManager.getServiceOrThrow(Context.ADB_SERVICE);
674 return new AdbManager(ctx, IAdbManager.Stub.asInterface(b));
675 }});
676
Jeff Brown6e539312015-02-24 18:53:21 -0800677 registerService(Context.SERIAL_SERVICE, SerialManager.class,
678 new CachedServiceFetcher<SerialManager>() {
679 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600680 public SerialManager createService(ContextImpl ctx) throws ServiceNotFoundException {
681 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800682 return new SerialManager(ctx, ISerialManager.Stub.asInterface(b));
683 }});
684
685 registerService(Context.VIBRATOR_SERVICE, Vibrator.class,
686 new CachedServiceFetcher<Vibrator>() {
687 @Override
688 public Vibrator createService(ContextImpl ctx) {
689 return new SystemVibrator(ctx);
690 }});
691
692 registerService(Context.WALLPAPER_SERVICE, WallpaperManager.class,
693 new CachedServiceFetcher<WallpaperManager>() {
694 @Override
Svet Ganov8f90bcc2017-12-22 23:29:24 -0800695 public WallpaperManager createService(ContextImpl ctx)
696 throws ServiceNotFoundException {
697 final IBinder b;
698 if (ctx.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.P) {
699 b = ServiceManager.getServiceOrThrow(Context.WALLPAPER_SERVICE);
700 } else {
701 b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
702 }
703 IWallpaperManager service = IWallpaperManager.Stub.asInterface(b);
704 return new WallpaperManager(service, ctx.getOuterContext(),
Jeff Brown6e539312015-02-24 18:53:21 -0800705 ctx.mMainThread.getHandler());
706 }});
707
Robert Quattlebaum87a71042017-05-15 15:45:20 -0700708 registerService(Context.LOWPAN_SERVICE, LowpanManager.class,
709 new CachedServiceFetcher<LowpanManager>() {
710 @Override
711 public LowpanManager createService(ContextImpl ctx) throws ServiceNotFoundException {
712 IBinder b = ServiceManager.getServiceOrThrow(Context.LOWPAN_SERVICE);
713 ILowpanManager service = ILowpanManager.Stub.asInterface(b);
714 return new LowpanManager(ctx.getOuterContext(), service,
715 ConnectivityThread.getInstanceLooper());
716 }});
717
Jeff Brown6e539312015-02-24 18:53:21 -0800718 registerService(Context.WIFI_SERVICE, WifiManager.class,
719 new CachedServiceFetcher<WifiManager>() {
720 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600721 public WifiManager createService(ContextImpl ctx) throws ServiceNotFoundException {
722 IBinder b = ServiceManager.getServiceOrThrow(Context.WIFI_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800723 IWifiManager service = IWifiManager.Stub.asInterface(b);
Paul Stewartbf8cbb052016-03-17 10:11:54 -0700724 return new WifiManager(ctx.getOuterContext(), service,
725 ConnectivityThread.getInstanceLooper());
Jeff Brown6e539312015-02-24 18:53:21 -0800726 }});
727
Jeff Brown6e539312015-02-24 18:53:21 -0800728 registerService(Context.WIFI_P2P_SERVICE, WifiP2pManager.class,
729 new StaticServiceFetcher<WifiP2pManager>() {
730 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600731 public WifiP2pManager createService() throws ServiceNotFoundException {
732 IBinder b = ServiceManager.getServiceOrThrow(Context.WIFI_P2P_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800733 IWifiP2pManager service = IWifiP2pManager.Stub.asInterface(b);
734 return new WifiP2pManager(service);
735 }});
736
Etan Cohen04133272016-10-26 11:22:06 -0700737 registerService(Context.WIFI_AWARE_SERVICE, WifiAwareManager.class,
738 new CachedServiceFetcher<WifiAwareManager>() {
Etan Cohen20d329b2015-09-29 13:49:02 -0700739 @Override
Etan Cohen04133272016-10-26 11:22:06 -0700740 public WifiAwareManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Sharkey589f3092016-11-29 12:54:39 -0700741 IBinder b = ServiceManager.getServiceOrThrow(Context.WIFI_AWARE_SERVICE);
Etan Cohen04133272016-10-26 11:22:06 -0700742 IWifiAwareManager service = IWifiAwareManager.Stub.asInterface(b);
Etan Cohen20d329b2015-09-29 13:49:02 -0700743 if (service == null) {
744 return null;
745 }
Etan Cohen04133272016-10-26 11:22:06 -0700746 return new WifiAwareManager(ctx.getOuterContext(), service);
Etan Cohen20d329b2015-09-29 13:49:02 -0700747 }});
748
Jeff Brown6e539312015-02-24 18:53:21 -0800749 registerService(Context.WIFI_SCANNING_SERVICE, WifiScanner.class,
750 new CachedServiceFetcher<WifiScanner>() {
751 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600752 public WifiScanner createService(ContextImpl ctx) throws ServiceNotFoundException {
753 IBinder b = ServiceManager.getServiceOrThrow(Context.WIFI_SCANNING_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800754 IWifiScanner service = IWifiScanner.Stub.asInterface(b);
Mitchell Wills91312c72016-04-06 17:03:35 -0700755 return new WifiScanner(ctx.getOuterContext(), service,
756 ConnectivityThread.getInstanceLooper());
Jeff Brown6e539312015-02-24 18:53:21 -0800757 }});
758
759 registerService(Context.WIFI_RTT_SERVICE, RttManager.class,
760 new CachedServiceFetcher<RttManager>() {
Etan Cohen9accbba2018-01-30 16:41:00 -0800761 @Override
762 public RttManager createService(ContextImpl ctx) throws ServiceNotFoundException {
763 IBinder b = ServiceManager.getServiceOrThrow(Context.WIFI_RTT_RANGING_SERVICE);
764 IWifiRttManager service = IWifiRttManager.Stub.asInterface(b);
765 return new RttManager(ctx.getOuterContext(),
766 new WifiRttManager(ctx.getOuterContext(), service));
767 }});
Jeff Brown6e539312015-02-24 18:53:21 -0800768
Etan Cohen46efb482017-12-07 13:50:57 -0800769 registerService(Context.WIFI_RTT_RANGING_SERVICE, WifiRttManager.class,
Etan Cohen17ba4722017-08-21 10:52:17 -0700770 new CachedServiceFetcher<WifiRttManager>() {
771 @Override
772 public WifiRttManager createService(ContextImpl ctx)
773 throws ServiceNotFoundException {
Etan Cohen46efb482017-12-07 13:50:57 -0800774 IBinder b = ServiceManager.getServiceOrThrow(
775 Context.WIFI_RTT_RANGING_SERVICE);
Etan Cohen17ba4722017-08-21 10:52:17 -0700776 IWifiRttManager service = IWifiRttManager.Stub.asInterface(b);
777 return new WifiRttManager(ctx.getOuterContext(), service);
778 }});
779
Jeff Brown6e539312015-02-24 18:53:21 -0800780 registerService(Context.ETHERNET_SERVICE, EthernetManager.class,
781 new CachedServiceFetcher<EthernetManager>() {
782 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600783 public EthernetManager createService(ContextImpl ctx) throws ServiceNotFoundException {
784 IBinder b = ServiceManager.getServiceOrThrow(Context.ETHERNET_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800785 IEthernetManager service = IEthernetManager.Stub.asInterface(b);
786 return new EthernetManager(ctx.getOuterContext(), service);
787 }});
788
789 registerService(Context.WINDOW_SERVICE, WindowManager.class,
790 new CachedServiceFetcher<WindowManager>() {
791 @Override
792 public WindowManager createService(ContextImpl ctx) {
Adam Lesinski4ece3d62016-06-16 18:05:41 -0700793 return new WindowManagerImpl(ctx);
Jeff Brown6e539312015-02-24 18:53:21 -0800794 }});
795
796 registerService(Context.USER_SERVICE, UserManager.class,
797 new CachedServiceFetcher<UserManager>() {
798 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600799 public UserManager createService(ContextImpl ctx) throws ServiceNotFoundException {
800 IBinder b = ServiceManager.getServiceOrThrow(Context.USER_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800801 IUserManager service = IUserManager.Stub.asInterface(b);
802 return new UserManager(ctx, service);
803 }});
804
805 registerService(Context.APP_OPS_SERVICE, AppOpsManager.class,
806 new CachedServiceFetcher<AppOpsManager>() {
807 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600808 public AppOpsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
809 IBinder b = ServiceManager.getServiceOrThrow(Context.APP_OPS_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800810 IAppOpsService service = IAppOpsService.Stub.asInterface(b);
811 return new AppOpsManager(ctx, service);
812 }});
813
814 registerService(Context.CAMERA_SERVICE, CameraManager.class,
815 new CachedServiceFetcher<CameraManager>() {
816 @Override
817 public CameraManager createService(ContextImpl ctx) {
818 return new CameraManager(ctx);
819 }});
820
821 registerService(Context.LAUNCHER_APPS_SERVICE, LauncherApps.class,
822 new CachedServiceFetcher<LauncherApps>() {
823 @Override
824 public LauncherApps createService(ContextImpl ctx) {
Makoto Onuki5ba0d3e2016-04-11 14:03:46 -0700825 return new LauncherApps(ctx);
Jeff Brown6e539312015-02-24 18:53:21 -0800826 }});
827
828 registerService(Context.RESTRICTIONS_SERVICE, RestrictionsManager.class,
829 new CachedServiceFetcher<RestrictionsManager>() {
830 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600831 public RestrictionsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
832 IBinder b = ServiceManager.getServiceOrThrow(Context.RESTRICTIONS_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800833 IRestrictionsManager service = IRestrictionsManager.Stub.asInterface(b);
834 return new RestrictionsManager(ctx, service);
835 }});
836
837 registerService(Context.PRINT_SERVICE, PrintManager.class,
838 new CachedServiceFetcher<PrintManager>() {
839 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600840 public PrintManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Svet Ganovec7daa52017-06-30 12:02:59 -0700841 IPrintManager service = null;
842 // If the feature not present, don't try to look up every time
843 if (ctx.getPackageManager().hasSystemFeature(PackageManager.FEATURE_PRINTING)) {
844 service = IPrintManager.Stub.asInterface(ServiceManager
845 .getServiceOrThrow(Context.PRINT_SERVICE));
846 }
Jeff Sharkeyad357d12018-02-02 13:25:31 -0700847 final int userId = ctx.getUserId();
848 final int appId = UserHandle.getAppId(ctx.getApplicationInfo().uid);
849 return new PrintManager(ctx.getOuterContext(), service, userId, appId);
Jeff Brown6e539312015-02-24 18:53:21 -0800850 }});
851
Eugene Susla6ed45d82017-01-22 13:52:51 -0800852 registerService(Context.COMPANION_DEVICE_SERVICE, CompanionDeviceManager.class,
853 new CachedServiceFetcher<CompanionDeviceManager>() {
Svet Ganovec7daa52017-06-30 12:02:59 -0700854 @Override
855 public CompanionDeviceManager createService(ContextImpl ctx)
856 throws ServiceNotFoundException {
857 ICompanionDeviceManager service = null;
858 // If the feature not present, don't try to look up every time
859 if (ctx.getPackageManager().hasSystemFeature(
860 PackageManager.FEATURE_COMPANION_DEVICE_SETUP)) {
861 service = ICompanionDeviceManager.Stub.asInterface(
862 ServiceManager.getServiceOrThrow(Context.COMPANION_DEVICE_SERVICE));
863 }
864 return new CompanionDeviceManager(service, ctx.getOuterContext());
865 }});
Eugene Susla6ed45d82017-01-22 13:52:51 -0800866
Jeff Brown6e539312015-02-24 18:53:21 -0800867 registerService(Context.CONSUMER_IR_SERVICE, ConsumerIrManager.class,
868 new CachedServiceFetcher<ConsumerIrManager>() {
869 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600870 public ConsumerIrManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Brown6e539312015-02-24 18:53:21 -0800871 return new ConsumerIrManager(ctx);
872 }});
873
874 registerService(Context.MEDIA_SESSION_SERVICE, MediaSessionManager.class,
875 new CachedServiceFetcher<MediaSessionManager>() {
876 @Override
877 public MediaSessionManager createService(ContextImpl ctx) {
878 return new MediaSessionManager(ctx);
879 }});
880
881 registerService(Context.TRUST_SERVICE, TrustManager.class,
882 new StaticServiceFetcher<TrustManager>() {
883 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600884 public TrustManager createService() throws ServiceNotFoundException {
885 IBinder b = ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800886 return new TrustManager(b);
887 }});
888
889 registerService(Context.FINGERPRINT_SERVICE, FingerprintManager.class,
890 new CachedServiceFetcher<FingerprintManager>() {
891 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600892 public FingerprintManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Sharkey351c2c22017-03-18 16:48:02 -0600893 final IBinder binder;
894 if (ctx.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.O) {
895 binder = ServiceManager.getServiceOrThrow(Context.FINGERPRINT_SERVICE);
896 } else {
897 binder = ServiceManager.getService(Context.FINGERPRINT_SERVICE);
898 }
Jeff Brown6e539312015-02-24 18:53:21 -0800899 IFingerprintService service = IFingerprintService.Stub.asInterface(binder);
900 return new FingerprintManager(ctx.getOuterContext(), service);
901 }});
902
Gilad Brettercb51b8b2018-03-22 17:04:51 +0200903 registerService(Context.FACE_SERVICE, FaceManager.class,
904 new CachedServiceFetcher<FaceManager>() {
905 @Override
906 public FaceManager createService(ContextImpl ctx)
907 throws ServiceNotFoundException {
908 final IBinder binder;
909 if (ctx.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.O) {
910 binder = ServiceManager.getServiceOrThrow(Context.FACE_SERVICE);
911 } else {
912 binder = ServiceManager.getService(Context.FACE_SERVICE);
913 }
914 IFaceService service = IFaceService.Stub.asInterface(binder);
915 return new FaceManager(ctx.getOuterContext(), service);
916 }
917 });
918
Kevin Chyn51676d22018-11-05 18:00:43 -0800919 registerService(Context.IRIS_SERVICE, IrisManager.class,
920 new CachedServiceFetcher<IrisManager>() {
921 @Override
922 public IrisManager createService(ContextImpl ctx)
923 throws ServiceNotFoundException {
924 final IBinder binder =
925 ServiceManager.getServiceOrThrow(Context.IRIS_SERVICE);
926 IIrisService service = IIrisService.Stub.asInterface(binder);
927 return new IrisManager(ctx.getOuterContext(), service);
928 }
929 });
930
Kevin Chyn05c21502018-09-18 13:07:19 -0700931 registerService(Context.BIOMETRIC_SERVICE, BiometricManager.class,
932 new CachedServiceFetcher<BiometricManager>() {
933 @Override
934 public BiometricManager createService(ContextImpl ctx)
935 throws ServiceNotFoundException {
Kevin Chyne739daf2018-11-06 17:11:06 -0800936 if (BiometricManager.hasBiometrics(ctx)) {
937 final IBinder binder =
938 ServiceManager.getServiceOrThrow(Context.BIOMETRIC_SERVICE);
939 final IBiometricService service =
940 IBiometricService.Stub.asInterface(binder);
941 return new BiometricManager(ctx.getOuterContext(), service);
942 } else {
943 // Allow access to the manager when service is null. This saves memory
944 // on devices without biometric hardware.
945 return new BiometricManager(ctx.getOuterContext(), null);
946 }
Kevin Chyn05c21502018-09-18 13:07:19 -0700947 }
948 });
949
Jeff Brown6e539312015-02-24 18:53:21 -0800950 registerService(Context.TV_INPUT_SERVICE, TvInputManager.class,
Jeff Sharkeyad357d12018-02-02 13:25:31 -0700951 new CachedServiceFetcher<TvInputManager>() {
Jeff Brown6e539312015-02-24 18:53:21 -0800952 @Override
Jeff Sharkeyad357d12018-02-02 13:25:31 -0700953 public TvInputManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600954 IBinder iBinder = ServiceManager.getServiceOrThrow(Context.TV_INPUT_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800955 ITvInputManager service = ITvInputManager.Stub.asInterface(iBinder);
Jeff Sharkeyad357d12018-02-02 13:25:31 -0700956 return new TvInputManager(service, ctx.getUserId());
Jeff Brown6e539312015-02-24 18:53:21 -0800957 }});
958
959 registerService(Context.NETWORK_SCORE_SERVICE, NetworkScoreManager.class,
960 new CachedServiceFetcher<NetworkScoreManager>() {
961 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600962 public NetworkScoreManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Jeff Brown6e539312015-02-24 18:53:21 -0800963 return new NetworkScoreManager(ctx);
964 }});
965
966 registerService(Context.USAGE_STATS_SERVICE, UsageStatsManager.class,
967 new CachedServiceFetcher<UsageStatsManager>() {
968 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600969 public UsageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
970 IBinder iBinder = ServiceManager.getServiceOrThrow(Context.USAGE_STATS_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800971 IUsageStatsManager service = IUsageStatsManager.Stub.asInterface(iBinder);
972 return new UsageStatsManager(ctx.getOuterContext(), service);
973 }});
974
Zoltan Szatmary-Ban9c5dfa52015-02-23 17:20:20 +0000975 registerService(Context.NETWORK_STATS_SERVICE, NetworkStatsManager.class,
976 new CachedServiceFetcher<NetworkStatsManager>() {
977 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600978 public NetworkStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Zoltan Szatmary-Ban9c5dfa52015-02-23 17:20:20 +0000979 return new NetworkStatsManager(ctx.getOuterContext());
980 }});
981
Jeff Brown6e539312015-02-24 18:53:21 -0800982 registerService(Context.JOB_SCHEDULER_SERVICE, JobScheduler.class,
983 new StaticServiceFetcher<JobScheduler>() {
984 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600985 public JobScheduler createService() throws ServiceNotFoundException {
986 IBinder b = ServiceManager.getServiceOrThrow(Context.JOB_SCHEDULER_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800987 return new JobSchedulerImpl(IJobScheduler.Stub.asInterface(b));
988 }});
989
990 registerService(Context.PERSISTENT_DATA_BLOCK_SERVICE, PersistentDataBlockManager.class,
991 new StaticServiceFetcher<PersistentDataBlockManager>() {
992 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -0600993 public PersistentDataBlockManager createService() throws ServiceNotFoundException {
994 IBinder b = ServiceManager.getServiceOrThrow(Context.PERSISTENT_DATA_BLOCK_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -0800995 IPersistentDataBlockService persistentDataBlockService =
996 IPersistentDataBlockService.Stub.asInterface(b);
997 if (persistentDataBlockService != null) {
998 return new PersistentDataBlockManager(persistentDataBlockService);
999 } else {
1000 // not supported
1001 return null;
1002 }
1003 }});
1004
Andrew Scull3b8b46f2017-02-13 18:12:15 +00001005 registerService(Context.OEM_LOCK_SERVICE, OemLockManager.class,
1006 new StaticServiceFetcher<OemLockManager>() {
1007 @Override
1008 public OemLockManager createService() throws ServiceNotFoundException {
1009 IBinder b = ServiceManager.getServiceOrThrow(Context.OEM_LOCK_SERVICE);
1010 IOemLockService oemLockService = IOemLockService.Stub.asInterface(b);
1011 if (oemLockService != null) {
1012 return new OemLockManager(oemLockService);
1013 } else {
1014 // not supported
1015 return null;
1016 }
1017 }});
1018
Jeff Brown6e539312015-02-24 18:53:21 -08001019 registerService(Context.MEDIA_PROJECTION_SERVICE, MediaProjectionManager.class,
1020 new CachedServiceFetcher<MediaProjectionManager>() {
1021 @Override
1022 public MediaProjectionManager createService(ContextImpl ctx) {
1023 return new MediaProjectionManager(ctx);
1024 }});
1025
1026 registerService(Context.APPWIDGET_SERVICE, AppWidgetManager.class,
1027 new CachedServiceFetcher<AppWidgetManager>() {
1028 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001029 public AppWidgetManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1030 IBinder b = ServiceManager.getServiceOrThrow(Context.APPWIDGET_SERVICE);
Jeff Brown6e539312015-02-24 18:53:21 -08001031 return new AppWidgetManager(ctx, IAppWidgetService.Stub.asInterface(b));
1032 }});
1033
1034 registerService(Context.MIDI_SERVICE, MidiManager.class,
1035 new CachedServiceFetcher<MidiManager>() {
1036 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001037 public MidiManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1038 IBinder b = ServiceManager.getServiceOrThrow(Context.MIDI_SERVICE);
Mike Lockwoode0a6ca62015-06-04 13:43:56 -07001039 return new MidiManager(IMidiManager.Stub.asInterface(b));
Jeff Brown6e539312015-02-24 18:53:21 -08001040 }});
Eric Laurent2035ac82015-03-05 15:18:44 -08001041
1042 registerService(Context.RADIO_SERVICE, RadioManager.class,
1043 new CachedServiceFetcher<RadioManager>() {
1044 @Override
Tomasz Wasilczyk347192e2017-04-04 11:13:44 -07001045 public RadioManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Eric Laurent2035ac82015-03-05 15:18:44 -08001046 return new RadioManager(ctx);
1047 }});
Arunesh Mishraa772e5f2016-01-25 10:33:11 -08001048
Polina Bondarenko965ecbb2015-11-13 15:34:28 +01001049 registerService(Context.HARDWARE_PROPERTIES_SERVICE, HardwarePropertiesManager.class,
1050 new CachedServiceFetcher<HardwarePropertiesManager>() {
1051 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001052 public HardwarePropertiesManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1053 IBinder b = ServiceManager.getServiceOrThrow(Context.HARDWARE_PROPERTIES_SERVICE);
1054 IHardwarePropertiesManager service =
1055 IHardwarePropertiesManager.Stub.asInterface(b);
1056 return new HardwarePropertiesManager(ctx, service);
Polina Bondarenko965ecbb2015-11-13 15:34:28 +01001057 }});
Arunesh Mishraa772e5f2016-01-25 10:33:11 -08001058
1059 registerService(Context.SOUND_TRIGGER_SERVICE, SoundTriggerManager.class,
1060 new CachedServiceFetcher<SoundTriggerManager>() {
1061 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001062 public SoundTriggerManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1063 IBinder b = ServiceManager.getServiceOrThrow(Context.SOUND_TRIGGER_SERVICE);
Arunesh Mishraa772e5f2016-01-25 10:33:11 -08001064 return new SoundTriggerManager(ctx, ISoundTriggerService.Stub.asInterface(b));
1065 }});
Makoto Onuki6f7362d92016-03-04 13:39:41 -08001066
1067 registerService(Context.SHORTCUT_SERVICE, ShortcutManager.class,
1068 new CachedServiceFetcher<ShortcutManager>() {
Makoto Onuki55046222016-03-08 10:49:47 -08001069 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001070 public ShortcutManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1071 IBinder b = ServiceManager.getServiceOrThrow(Context.SHORTCUT_SERVICE);
1072 return new ShortcutManager(ctx, IShortcutService.Stub.asInterface(b));
Makoto Onuki55046222016-03-08 10:49:47 -08001073 }});
Joe Onorato713fec82016-03-04 10:34:02 -08001074
Hyunyoung Song880a9512018-12-20 11:24:48 -08001075 registerService(Context.OVERLAY_SERVICE, OverlayManager.class,
1076 new CachedServiceFetcher<OverlayManager>() {
1077 @Override
1078 public OverlayManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1079 IBinder b = ServiceManager.getServiceOrThrow(Context.OVERLAY_SERVICE);
1080 return new OverlayManager(ctx, IOverlayManager.Stub.asInterface(b));
1081 }});
1082
Ricky Wai1a6e6672017-10-27 14:46:01 +01001083 registerService(Context.NETWORK_WATCHLIST_SERVICE, NetworkWatchlistManager.class,
1084 new CachedServiceFetcher<NetworkWatchlistManager>() {
1085 @Override
1086 public NetworkWatchlistManager createService(ContextImpl ctx)
1087 throws ServiceNotFoundException {
1088 IBinder b =
1089 ServiceManager.getServiceOrThrow(Context.NETWORK_WATCHLIST_SERVICE);
1090 return new NetworkWatchlistManager(ctx,
1091 INetworkWatchlistManager.Stub.asInterface(b));
1092 }});
1093
Joe Onorato713fec82016-03-04 10:34:02 -08001094 registerService(Context.SYSTEM_HEALTH_SERVICE, SystemHealthManager.class,
1095 new CachedServiceFetcher<SystemHealthManager>() {
1096 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001097 public SystemHealthManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1098 IBinder b = ServiceManager.getServiceOrThrow(BatteryStats.SERVICE_NAME);
1099 return new SystemHealthManager(IBatteryStats.Stub.asInterface(b));
Joe Onorato713fec82016-03-04 10:34:02 -08001100 }});
Peng Xu9ff7d222016-02-11 13:02:05 -08001101
1102 registerService(Context.CONTEXTHUB_SERVICE, ContextHubManager.class,
1103 new CachedServiceFetcher<ContextHubManager>() {
1104 @Override
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001105 public ContextHubManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Peng Xu9ff7d222016-02-11 13:02:05 -08001106 return new ContextHubManager(ctx.getOuterContext(),
1107 ctx.mMainThread.getHandler().getLooper());
1108 }});
Joe Onorato1754d742016-11-21 17:51:35 -08001109
1110 registerService(Context.INCIDENT_SERVICE, IncidentManager.class,
1111 new CachedServiceFetcher<IncidentManager>() {
1112 @Override
1113 public IncidentManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1114 return new IncidentManager(ctx);
1115 }});
Clara Bayarri04d72ab2017-01-10 09:31:51 -08001116
Nandana Duttd11850c2018-12-12 17:26:57 +00001117 registerService(Context.BUGREPORT_SERVICE, BugreportManager.class,
1118 new CachedServiceFetcher<BugreportManager>() {
1119 @Override
1120 public BugreportManager createService(ContextImpl ctx)
1121 throws ServiceNotFoundException {
1122 IBinder b = ServiceManager.getServiceOrThrow(Context.BUGREPORT_SERVICE);
1123 return new BugreportManager(ctx.getOuterContext(),
1124 IDumpstate.Stub.asInterface(b));
1125 }});
1126
Felipe Leme640f30a2017-03-06 15:44:06 -08001127 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class,
1128 new CachedServiceFetcher<AutofillManager>() {
Felipe Leme3461d3c2017-01-19 08:54:55 -08001129 @Override
Felipe Leme640f30a2017-03-06 15:44:06 -08001130 public AutofillManager createService(ContextImpl ctx) throws ServiceNotFoundException {
Svet Ganov43574b02017-04-12 09:25:20 -07001131 // Get the services without throwing as this is an optional feature
1132 IBinder b = ServiceManager.getService(Context.AUTOFILL_MANAGER_SERVICE);
Svet Ganov782043c2017-02-11 00:52:02 +00001133 IAutoFillManager service = IAutoFillManager.Stub.asInterface(b);
Felipe Leme640f30a2017-03-06 15:44:06 -08001134 return new AutofillManager(ctx.getOuterContext(), service);
Felipe Leme3461d3c2017-01-19 08:54:55 -08001135 }});
Zak Cohen56345f42017-01-26 13:54:28 -08001136
Felipe Lemeecb08be2018-11-27 15:48:47 -08001137 registerService(Context.CONTENT_CAPTURE_MANAGER_SERVICE, ContentCaptureManager.class,
1138 new CachedServiceFetcher<ContentCaptureManager>() {
Felipe Lemee348dc32018-11-05 12:35:29 -08001139 @Override
Felipe Lemeecb08be2018-11-27 15:48:47 -08001140 public ContentCaptureManager createService(ContextImpl ctx)
Felipe Lemee348dc32018-11-05 12:35:29 -08001141 throws ServiceNotFoundException {
1142 // Get the services without throwing as this is an optional feature
Felipe Lemeecb08be2018-11-27 15:48:47 -08001143 Context outerContext = ctx.getOuterContext();
Felipe Leme326f15a2019-02-19 09:42:24 -08001144 ContentCaptureOptions options = outerContext.getContentCaptureOptions();
1145 // Options is null when the service didn't whitelist the activity or package
Felipe Lemecbf7f262019-04-17 13:57:59 -07001146 if (options != null && (options.lite || options.isWhitelisted(outerContext))) {
Felipe Lemeecb08be2018-11-27 15:48:47 -08001147 IBinder b = ServiceManager
1148 .getService(Context.CONTENT_CAPTURE_MANAGER_SERVICE);
Felipe Leme749b8892018-12-03 16:30:30 -08001149 IContentCaptureManager service = IContentCaptureManager.Stub.asInterface(b);
Felipe Leme326f15a2019-02-19 09:42:24 -08001150 // Service is null when not provided by OEM or disabled by kill-switch.
Felipe Lemed49d52c2019-02-15 09:48:20 -08001151 if (service != null) {
Felipe Leme326f15a2019-02-19 09:42:24 -08001152 return new ContentCaptureManager(outerContext, service, options);
Felipe Lemed49d52c2019-02-15 09:48:20 -08001153 }
Felipe Lemeecb08be2018-11-27 15:48:47 -08001154 }
Felipe Leme326f15a2019-02-19 09:42:24 -08001155 // When feature is disabled or app / package not whitelisted, we return a null
1156 // manager to apps so the performance impact is practically zero
Felipe Lemeecb08be2018-11-27 15:48:47 -08001157 return null;
Felipe Lemee348dc32018-11-05 12:35:29 -08001158 }});
1159
Sunny Goyal54e91342018-11-14 11:59:02 -08001160 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class,
1161 new CachedServiceFetcher<AppPredictionManager>() {
1162 @Override
1163 public AppPredictionManager createService(ContextImpl ctx)
1164 throws ServiceNotFoundException {
Felipe Leme87c58552019-08-14 18:14:55 -07001165 IBinder b = ServiceManager.getService(Context.APP_PREDICTION_SERVICE);
1166 return b == null ? null : new AppPredictionManager(ctx);
Sunny Goyal54e91342018-11-14 11:59:02 -08001167 }
1168 });
1169
Winson Chung3fb0f252019-01-08 17:41:55 -08001170 registerService(Context.CONTENT_SUGGESTIONS_SERVICE,
1171 ContentSuggestionsManager.class,
1172 new CachedServiceFetcher<ContentSuggestionsManager>() {
1173 @Override
1174 public ContentSuggestionsManager createService(ContextImpl ctx) {
1175 // No throw as this is an optional service
1176 IBinder b = ServiceManager.getService(
1177 Context.CONTENT_SUGGESTIONS_SERVICE);
1178 IContentSuggestionsManager service =
1179 IContentSuggestionsManager.Stub.asInterface(b);
Zak Cohen4834e9f2019-03-08 12:59:01 -08001180 return new ContentSuggestionsManager(ctx.getUserId(), service);
Winson Chung3fb0f252019-01-08 17:41:55 -08001181 }
1182 });
1183
Zak Cohen56345f42017-01-26 13:54:28 -08001184 registerService(Context.VR_SERVICE, VrManager.class, new CachedServiceFetcher<VrManager>() {
1185 @Override
1186 public VrManager createService(ContextImpl ctx) throws ServiceNotFoundException {
1187 IBinder b = ServiceManager.getServiceOrThrow(Context.VR_SERVICE);
1188 return new VrManager(IVrManager.Stub.asInterface(b));
1189 }
1190 });
Neil Fuller328532a2017-03-16 18:32:21 +00001191
1192 registerService(Context.TIME_ZONE_RULES_MANAGER_SERVICE, RulesManager.class,
1193 new CachedServiceFetcher<RulesManager>() {
1194 @Override
1195 public RulesManager createService(ContextImpl ctx) {
1196 return new RulesManager(ctx.getOuterContext());
1197 }});
Tony Mak1b708e62017-10-12 10:59:11 +01001198
1199 registerService(Context.CROSS_PROFILE_APPS_SERVICE, CrossProfileApps.class,
1200 new CachedServiceFetcher<CrossProfileApps>() {
1201 @Override
1202 public CrossProfileApps createService(ContextImpl ctx)
1203 throws ServiceNotFoundException {
1204 IBinder b = ServiceManager.getServiceOrThrow(
1205 Context.CROSS_PROFILE_APPS_SERVICE);
1206 return new CrossProfileApps(ctx.getOuterContext(),
1207 ICrossProfileApps.Stub.asInterface(b));
1208 }
1209 });
Jason Monk8f5f7ff2017-10-17 14:12:42 -04001210
1211 registerService(Context.SLICE_SERVICE, SliceManager.class,
1212 new CachedServiceFetcher<SliceManager>() {
1213 @Override
1214 public SliceManager createService(ContextImpl ctx)
1215 throws ServiceNotFoundException {
1216 return new SliceManager(ctx.getOuterContext(),
1217 ctx.mMainThread.getHandler());
1218 }
1219 });
Philip P. Moltmannf80809f2018-04-04 11:20:44 -07001220
1221 registerService(Context.DEVICE_IDLE_CONTROLLER, DeviceIdleManager.class,
1222 new CachedServiceFetcher<DeviceIdleManager>() {
1223 @Override
1224 public DeviceIdleManager createService(ContextImpl ctx)
1225 throws ServiceNotFoundException {
1226 IDeviceIdleController service = IDeviceIdleController.Stub.asInterface(
1227 ServiceManager.getServiceOrThrow(
1228 Context.DEVICE_IDLE_CONTROLLER));
1229 return new DeviceIdleManager(ctx.getOuterContext(), service);
1230 }});
Neil Fullerfeeee682018-05-30 14:35:24 +01001231
1232 registerService(Context.TIME_DETECTOR_SERVICE, TimeDetector.class,
1233 new CachedServiceFetcher<TimeDetector>() {
1234 @Override
1235 public TimeDetector createService(ContextImpl ctx)
1236 throws ServiceNotFoundException {
1237 return new TimeDetector();
1238 }});
Philip P. Moltmann039678e2018-09-18 13:04:38 -07001239
1240 registerService(Context.PERMISSION_SERVICE, PermissionManager.class,
1241 new CachedServiceFetcher<PermissionManager>() {
1242 @Override
1243 public PermissionManager createService(ContextImpl ctx) {
Svet Ganovd8eb8b22019-04-05 18:52:08 -07001244 IPackageManager packageManager = AppGlobals.getPackageManager();
1245 return new PermissionManager(ctx.getOuterContext(), packageManager);
Philip P. Moltmann039678e2018-09-18 13:04:38 -07001246 }});
Hai Zhang4ef21d02018-11-09 14:43:51 -08001247
Philip P. Moltmannbc054d82018-12-21 09:41:58 -08001248 registerService(Context.PERMISSION_CONTROLLER_SERVICE, PermissionControllerManager.class,
1249 new CachedServiceFetcher<PermissionControllerManager>() {
1250 @Override
1251 public PermissionControllerManager createService(ContextImpl ctx) {
Svet Ganovd8eb8b22019-04-05 18:52:08 -07001252 return new PermissionControllerManager(ctx.getOuterContext(),
1253 ctx.getMainThreadHandler());
Philip P. Moltmannbc054d82018-12-21 09:41:58 -08001254 }});
1255
Hai Zhang4ef21d02018-11-09 14:43:51 -08001256 registerService(Context.ROLE_SERVICE, RoleManager.class,
1257 new CachedServiceFetcher<RoleManager>() {
1258 @Override
1259 public RoleManager createService(ContextImpl ctx)
1260 throws ServiceNotFoundException {
1261 return new RoleManager(ctx.getOuterContext());
1262 }});
Richard Uhlerb29f1452018-09-12 16:38:15 +01001263
Hai Zhanga4959e52019-03-06 12:21:07 -08001264 registerService(Context.ROLE_CONTROLLER_SERVICE, RoleControllerManager.class,
1265 new CachedServiceFetcher<RoleControllerManager>() {
1266 @Override
1267 public RoleControllerManager createService(ContextImpl ctx)
1268 throws ServiceNotFoundException {
1269 return new RoleControllerManager(ctx.getOuterContext());
1270 }});
1271
Richard Uhlerb29f1452018-09-12 16:38:15 +01001272 registerService(Context.ROLLBACK_SERVICE, RollbackManager.class,
1273 new CachedServiceFetcher<RollbackManager>() {
1274 @Override
1275 public RollbackManager createService(ContextImpl ctx)
1276 throws ServiceNotFoundException {
1277 IBinder b = ServiceManager.getServiceOrThrow(Context.ROLLBACK_SERVICE);
1278 return new RollbackManager(ctx.getOuterContext(),
1279 IRollbackManager.Stub.asInterface(b));
1280 }});
Howard Chen0a947642019-01-07 14:10:44 +08001281
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +08001282 registerService(Context.DYNAMIC_SYSTEM_SERVICE, DynamicSystemManager.class,
1283 new CachedServiceFetcher<DynamicSystemManager>() {
Howard Chen0a947642019-01-07 14:10:44 +08001284 @Override
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +08001285 public DynamicSystemManager createService(ContextImpl ctx)
Howard Chen0a947642019-01-07 14:10:44 +08001286 throws ServiceNotFoundException {
1287 IBinder b = ServiceManager.getServiceOrThrow(
Po-Chien Hsueh4e908c22019-03-07 11:57:17 +08001288 Context.DYNAMIC_SYSTEM_SERVICE);
1289 return new DynamicSystemManager(
1290 IDynamicSystemService.Stub.asInterface(b));
Howard Chen0a947642019-01-07 14:10:44 +08001291 }});
Felipe Lemeecb08be2018-11-27 15:48:47 -08001292 //CHECKSTYLE:ON IndentationCheck
Jeff Brown6e539312015-02-24 18:53:21 -08001293 }
1294
1295 /**
1296 * Creates an array which is used to cache per-Context service instances.
1297 */
1298 public static Object[] createServiceCache() {
1299 return new Object[sServiceCacheSize];
1300 }
1301
1302 /**
1303 * Gets a system service from a given context.
1304 */
1305 public static Object getSystemService(ContextImpl ctx, String name) {
1306 ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name);
1307 return fetcher != null ? fetcher.getService(ctx) : null;
1308 }
1309
1310 /**
Paul McLeane3383cc2015-05-08 11:41:20 -07001311 * Gets the name of the system-level service that is represented by the specified class.
Jeff Brown6e539312015-02-24 18:53:21 -08001312 */
1313 public static String getSystemServiceName(Class<?> serviceClass) {
1314 return SYSTEM_SERVICE_NAMES.get(serviceClass);
1315 }
1316
1317 /**
1318 * Statically registers a system service with the context.
1319 * This method must be called during static initialization only.
1320 */
1321 private static <T> void registerService(String serviceName, Class<T> serviceClass,
1322 ServiceFetcher<T> serviceFetcher) {
1323 SYSTEM_SERVICE_NAMES.put(serviceClass, serviceName);
1324 SYSTEM_SERVICE_FETCHERS.put(serviceName, serviceFetcher);
1325 }
1326
1327 /**
1328 * Base interface for classes that fetch services.
1329 * These objects must only be created during static initialization.
1330 */
1331 static abstract interface ServiceFetcher<T> {
1332 T getService(ContextImpl ctx);
1333 }
1334
1335 /**
1336 * Override this class when the system service constructor needs a
1337 * ContextImpl and should be cached and retained by that context.
1338 */
1339 static abstract class CachedServiceFetcher<T> implements ServiceFetcher<T> {
1340 private final int mCacheIndex;
1341
Makoto Onukid67070e2018-03-30 12:39:14 -07001342 CachedServiceFetcher() {
1343 // Note this class must be instantiated only by the static initializer of the
1344 // outer class (SystemServiceRegistry), which already does the synchronization,
1345 // so bare access to sServiceCacheSize is okay here.
Jeff Brown6e539312015-02-24 18:53:21 -08001346 mCacheIndex = sServiceCacheSize++;
1347 }
1348
1349 @Override
1350 @SuppressWarnings("unchecked")
1351 public final T getService(ContextImpl ctx) {
1352 final Object[] cache = ctx.mServiceCache;
Makoto Onukid67070e2018-03-30 12:39:14 -07001353 final int[] gates = ctx.mServiceInitializationStateArray;
Makoto Onukif896f122018-01-25 09:50:24 -08001354
Makoto Onukid67070e2018-03-30 12:39:14 -07001355 for (;;) {
1356 boolean doInitialize = false;
1357 synchronized (cache) {
1358 // Return it if we already have a cached instance.
1359 T service = (T) cache[mCacheIndex];
1360 if (service != null || gates[mCacheIndex] == ContextImpl.STATE_NOT_FOUND) {
1361 return service;
1362 }
Makoto Onukif896f122018-01-25 09:50:24 -08001363
Makoto Onukid67070e2018-03-30 12:39:14 -07001364 // If we get here, there's no cached instance.
Makoto Onukif896f122018-01-25 09:50:24 -08001365
Makoto Onukid67070e2018-03-30 12:39:14 -07001366 // Grr... if gate is STATE_READY, then this means we initialized the service
1367 // once but someone cleared it.
1368 // We start over from STATE_UNINITIALIZED.
1369 if (gates[mCacheIndex] == ContextImpl.STATE_READY) {
1370 gates[mCacheIndex] = ContextImpl.STATE_UNINITIALIZED;
1371 }
1372
1373 // It's possible for multiple threads to get here at the same time, so
1374 // use the "gate" to make sure only the first thread will call createService().
1375
1376 // At this point, the gate must be either UNINITIALIZED or INITIALIZING.
1377 if (gates[mCacheIndex] == ContextImpl.STATE_UNINITIALIZED) {
1378 doInitialize = true;
1379 gates[mCacheIndex] = ContextImpl.STATE_INITIALIZING;
1380 }
Makoto Onukif896f122018-01-25 09:50:24 -08001381 }
1382
Makoto Onukid67070e2018-03-30 12:39:14 -07001383 if (doInitialize) {
1384 // Only the first thread gets here.
Makoto Onukif896f122018-01-25 09:50:24 -08001385
Makoto Onukid67070e2018-03-30 12:39:14 -07001386 T service = null;
1387 @ServiceInitializationState int newState = ContextImpl.STATE_NOT_FOUND;
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001388 try {
Makoto Onukid67070e2018-03-30 12:39:14 -07001389 // This thread is the first one to get here. Instantiate the service
1390 // *without* the cache lock held.
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001391 service = createService(ctx);
Makoto Onukid67070e2018-03-30 12:39:14 -07001392 newState = ContextImpl.STATE_READY;
Makoto Onukif896f122018-01-25 09:50:24 -08001393
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001394 } catch (ServiceNotFoundException e) {
Jeff Sharkey589f3092016-11-29 12:54:39 -07001395 onServiceNotFound(e);
Makoto Onukif896f122018-01-25 09:50:24 -08001396
Makoto Onukid67070e2018-03-30 12:39:14 -07001397 } finally {
1398 synchronized (cache) {
1399 cache[mCacheIndex] = service;
1400 gates[mCacheIndex] = newState;
1401 cache.notifyAll();
1402 }
1403 }
1404 return service;
1405 }
1406 // The other threads will wait for the first thread to call notifyAll(),
1407 // and go back to the top and retry.
1408 synchronized (cache) {
1409 while (gates[mCacheIndex] < ContextImpl.STATE_READY) {
1410 try {
1411 cache.wait();
1412 } catch (InterruptedException e) {
1413 Log.w(TAG, "getService() interrupted");
1414 Thread.currentThread().interrupt();
1415 return null;
1416 }
Makoto Onukif896f122018-01-25 09:50:24 -08001417 }
1418 }
Makoto Onukif896f122018-01-25 09:50:24 -08001419 }
Jeff Brown6e539312015-02-24 18:53:21 -08001420 }
1421
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001422 public abstract T createService(ContextImpl ctx) throws ServiceNotFoundException;
Jeff Brown6e539312015-02-24 18:53:21 -08001423 }
1424
1425 /**
1426 * Override this class when the system service does not need a ContextImpl
1427 * and should be cached and retained process-wide.
1428 */
1429 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> {
1430 private T mCachedInstance;
1431
1432 @Override
Jeff Sharkey589f3092016-11-29 12:54:39 -07001433 public final T getService(ContextImpl ctx) {
Jeff Brown6e539312015-02-24 18:53:21 -08001434 synchronized (StaticServiceFetcher.this) {
1435 if (mCachedInstance == null) {
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001436 try {
1437 mCachedInstance = createService();
1438 } catch (ServiceNotFoundException e) {
Jeff Sharkey589f3092016-11-29 12:54:39 -07001439 onServiceNotFound(e);
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001440 }
Jeff Brown6e539312015-02-24 18:53:21 -08001441 }
1442 return mCachedInstance;
1443 }
1444 }
1445
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001446 public abstract T createService() throws ServiceNotFoundException;
Jeff Brown6e539312015-02-24 18:53:21 -08001447 }
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001448
1449 /**
Lorenzo Colitticf959772016-02-29 16:07:37 +09001450 * Like StaticServiceFetcher, creates only one instance of the service per application, but when
1451 * creating the service for the first time, passes it the application context of the creating
1452 * application.
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001453 *
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001454 * TODO: Delete this once its only user (ConnectivityManager) is known to work well in the
1455 * case where multiple application components each have their own ConnectivityManager object.
1456 */
Lorenzo Colitticf959772016-02-29 16:07:37 +09001457 static abstract class StaticApplicationContextServiceFetcher<T> implements ServiceFetcher<T> {
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001458 private T mCachedInstance;
1459
1460 @Override
1461 public final T getService(ContextImpl ctx) {
Lorenzo Colitticf959772016-02-29 16:07:37 +09001462 synchronized (StaticApplicationContextServiceFetcher.this) {
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001463 if (mCachedInstance == null) {
Lorenzo Colitti0ad9ab02016-03-25 17:40:11 +09001464 Context appContext = ctx.getApplicationContext();
1465 // If the application context is null, we're either in the system process or
1466 // it's the application context very early in app initialization. In both these
1467 // cases, the passed-in ContextImpl will not be freed, so it's safe to pass it
1468 // to the service. http://b/27532714 .
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001469 try {
1470 mCachedInstance = createService(appContext != null ? appContext : ctx);
1471 } catch (ServiceNotFoundException e) {
Jeff Sharkey589f3092016-11-29 12:54:39 -07001472 onServiceNotFound(e);
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001473 }
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001474 }
1475 return mCachedInstance;
1476 }
1477 }
1478
Jeff Sharkey49ca5292016-05-10 12:54:45 -06001479 public abstract T createService(Context applicationContext) throws ServiceNotFoundException;
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001480 }
Jeff Sharkey589f3092016-11-29 12:54:39 -07001481
1482 public static void onServiceNotFound(ServiceNotFoundException e) {
1483 // We're mostly interested in tracking down long-lived core system
1484 // components that might stumble if they obtain bad references; just
1485 // emit a tidy log message for normal apps
1486 if (android.os.Process.myUid() < android.os.Process.FIRST_APPLICATION_UID) {
1487 Log.wtf(TAG, e.getMessage(), e);
1488 } else {
1489 Log.w(TAG, e.getMessage());
1490 }
1491 }
Jeff Brown6e539312015-02-24 18:53:21 -08001492}