OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceManager
(Results
76 - 100
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/packages/apps/Settings/src/com/android/settings/
PrivacySettings.java
28
import android.os.
ServiceManager
;
62
ServiceManager
.getService(Context.BACKUP_SERVICE));
BatteryInfo.java
29
import android.os.
ServiceManager
;
162
mBatteryStats = IBatteryStats.Stub.asInterface(
ServiceManager
.getService("batteryinfo"));
163
mScreenStats = IPowerManager.Stub.asInterface(
ServiceManager
.getService(POWER_SERVICE));
DreamSettings.java
30
import android.os.
ServiceManager
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AirplaneModeController.java
26
import android.os.
ServiceManager
;
EventHole.java
26
import android.os.
ServiceManager
;
KeyButtonView.java
28
import android.os.
ServiceManager
;
96
ServiceManager
.getService(Context.WINDOW_SERVICE));
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
24
import android.os.
ServiceManager
;
67
sRegistry = ITelephonyRegistry.Stub.asInterface(
ServiceManager
.getService(
907
return IPhoneSubInfo.Stub.asInterface(
ServiceManager
.getService("iphonesubinfo"));
[
all
...]
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java
29
import android.os.
ServiceManager
;
158
mBackupManager = IBackupManager.Stub.asInterface(
ServiceManager
.getService(Context.BACKUP_SERVICE));
159
mMountService = IMountService.Stub.asInterface(
ServiceManager
.getService("mount"));
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java
31
import android.os.
ServiceManager
;
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
33
import android.os.
ServiceManager
;
136
IBinder b =
ServiceManager
.getService(POWER_SERVICE);
/frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java
22
import android.os.
ServiceManager
;
49
mImm = IInputMethodManager.Stub.asInterface(
ServiceManager
.getService("input_method"));
/frameworks/base/core/java/android/app/
SearchManager.java
31
import android.os.
ServiceManager
;
453
ServiceManager
.getService(Context.SEARCH_SERVICE));
[
all
...]
/frameworks/base/core/java/android/appwidget/
AppWidgetHost.java
28
import android.os.
ServiceManager
;
112
IBinder b =
ServiceManager
.getService(Context.APPWIDGET_SERVICE);
AppWidgetManager.java
24
import android.os.
ServiceManager
;
202
IBinder b =
ServiceManager
.getService(Context.APPWIDGET_SERVICE);
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
25
import android.os.
ServiceManager
;
115
IBinder b =
ServiceManager
.getService(BluetoothA2dpService.BLUETOOTH_A2DP_SERVICE);
BluetoothHealth.java
23
import android.os.
ServiceManager
;
438
IBinder b =
ServiceManager
.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
/frameworks/base/core/java/android/net/
EthernetDataTracker.java
26
import android.os.
ServiceManager
;
197
IBinder b =
ServiceManager
.getService(Context.NETWORKMANAGEMENT_SERVICE);
VpnService.java
29
import android.os.
ServiceManager
;
120
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/core/java/android/view/
Display.java
23
import android.os.
ServiceManager
;
371
ServiceManager
.getService("window"));
/frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java
28
import android.os.
ServiceManager
;
139
IBinder iBinder =
ServiceManager
.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/android/widget/
Toast.java
26
import android.os.
ServiceManager
;
297
sService = INotificationManager.Stub.asInterface(
ServiceManager
.getService("notification"));
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
13
import android.os.
ServiceManager
;
235
IBinder service =
ServiceManager
.getService("mount");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java
27
import android.os.
ServiceManager
;
72
ServiceManager
.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
23
import android.os.
ServiceManager
;
84
ServiceManager
.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java
35
import android.os.
ServiceManager
;
118
IBinder b =
ServiceManager
.getService(USB_SERVICE);
Completed in 247 milliseconds
1
2
3
4
5
6
7
8
9