Searched refs:getService (Results 76 - 100 of 167) sorted by relevance

1234567

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java208 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java115 IBinder b = ServiceManager.getService(BluetoothA2dpService.BLUETOOTH_A2DP_SERVICE);
H A DBluetoothHealth.java438 IBinder b = ServiceManager.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
H A DBluetoothSocket.java375 service = BluetoothDevice.getService();
/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java197 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
/frameworks/base/core/java/android/view/
H A DDisplay.java371 ServiceManager.getService("window"));
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java139 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java235 IBinder service = ServiceManager.getService("mount");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBar.java72 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java96 ServiceManager.getService(Context.WINDOW_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java118 IBinder b = ServiceManager.getService(USB_SERVICE);
H A DUsbPermissionActivity.java120 IBinder b = ServiceManager.getService(USB_SERVICE);
H A DUsbStorageActivity.java205 IBinder service = ServiceManager.getService("mount");
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java72 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java41 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java40 ServiceManager.getService("window"));
/frameworks/base/services/java/com/android/server/
H A DBatteryService.java131 mBatteryStats = BatteryStatsService.getService();
408 IBinder batteryInfoService = ServiceManager.getService(BATTERY_STATS_SERVICE_NAME);
H A DDeviceStorageMonitorService.java189 IPackageManager.Stub.asInterface(ServiceManager.getService("package")).
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java354 (NotificationManagerService) NotificationManager.getService();
385 INotificationManager inm = NotificationManager.getService();
/frameworks/base/cmds/stagefright/
H A Dstream.cpp334 sp<IBinder> binder = sm->getService(String16("media.player"));
/frameworks/base/core/java/android/app/
H A DPendingIntent.java35 * {@link #getBroadcast}, {@link #getService}; the returned object can be
62 * {@link #getService}: this
70 * {@link #getService}: if the described PendingIntent does not already
76 * {@link #getService}: if the described PendingIntent already exists,
87 * {@link #getService}: if the described PendingIntent already exists,
324 public static PendingIntent getService(Context context, int requestCode, method in class:PendingIntent
438 * {@link #getBroadcast}, or {@link #getService}.
474 * {@link #getBroadcast}, or {@link #getService}.
559 * {@link #getBroadcast}, or {@link #getService} multiple times (even
H A DSearchManager.java455 ServiceManager.getService(Context.SEARCH_SERVICE));
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java300 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
/frameworks/base/libs/camera/
H A DCamera.cpp47 binder = sm->getService(String16("media.camera"));
/frameworks/base/services/sensorservice/
H A DSensorDevice.cpp48 mBatteryStatService = sm->getService(name);

Completed in 366 milliseconds

1234567