OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:servicemanager
(Results
51 - 75
of
263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java
28
import android.os.
ServiceManager
;
92
ServiceManager
.getService(Context.BACKUP_SERVICE));
125
ServiceManager
.getService("power"));
/frameworks/native/libs/binder/
IServiceManager.cpp
17
#define LOG_TAG "
ServiceManager
"
184
IMPLEMENT_META_INTERFACE(
ServiceManager
, "android.os.IServiceManager");
191
//printf("
ServiceManager
received: "); data.print();
/frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java
22
import android.os.
ServiceManager
;
86
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
157
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
219
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
264
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
293
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
323
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
348
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
379
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
410
ISms iccISms = ISms.Stub.asInterface(
ServiceManager
.getService("isms"))
[
all
...]
/packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java
25
import android.os.
ServiceManager
;
158
ITelephony phone = ITelephony.Stub.asInterface(
ServiceManager
.checkService("phone"));
176
ITelephony phone = ITelephony.Stub.asInterface(
ServiceManager
.checkService("phone"));
/packages/apps/Settings/src/com/android/settings/
BatteryInfo.java
29
import android.os.
ServiceManager
;
166
mBatteryStats = IBatteryStats.Stub.asInterface(
ServiceManager
.getService("batteryinfo"));
167
mScreenStats = IPowerManager.Stub.asInterface(
ServiceManager
.getService(POWER_SERVICE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java
26
import android.os.
ServiceManager
;
289
ServiceManager
.getService("simphonebook"));
329
ServiceManager
.getService("simphonebook"));
353
ServiceManager
.getService("simphonebook"));
377
ServiceManager
.getService("simphonebook"));
/frameworks/base/services/java/com/android/server/power/
ShutdownThread.java
37
import android.os.
ServiceManager
;
321
ActivityManagerNative.asInterface(
ServiceManager
.checkService("activity"));
348
ServiceManager
.checkService("mount"));
385
INfcAdapter.Stub.asInterface(
ServiceManager
.checkService("nfc"));
387
ITelephony.Stub.asInterface(
ServiceManager
.checkService("phone"));
389
IBluetoothManager.Stub.asInterface(
ServiceManager
.checkService(
/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/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java
31
import android.os.
ServiceManager
;
79
ServiceManager
.getService("window"));
82
.Stub.asInterface(
ServiceManager
.getService("accessibility"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AirplaneModeController.java
26
import android.os.
ServiceManager
;
DoNotDisturbController.java
23
import android.os.
ServiceManager
;
EventHole.java
26
import android.os.
ServiceManager
;
VolumeController.java
22
import android.os.
ServiceManager
;
/frameworks/base/test-runner/src/android/test/
SingleLaunchActivityTestCase.java
21
import android.os.
ServiceManager
;
/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/cmds/media/src/com/android/commands/media/
Media.java
27
import android.os.
ServiceManager
;
67
mAudioService = IAudioService.Stub.asInterface(
ServiceManager
.checkService(
/frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java
25
import android.os.
ServiceManager
;
64
mWm = IWindowManager.Stub.asInterface(
ServiceManager
.checkService(
/frameworks/base/core/java/android/app/
StatusBarManager.java
24
import android.os.
ServiceManager
;
77
ServiceManager
.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/core/java/android/app/backup/
BackupManager.java
24
import android.os.
ServiceManager
;
67
ServiceManager
.getService(Context.BACKUP_SERVICE));
/frameworks/base/core/java/android/content/
ClipboardManager.java
24
import android.os.
ServiceManager
;
103
IBinder b =
ServiceManager
.getService("clipboard");
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
13
import android.os.
ServiceManager
;
235
IBinder service =
ServiceManager
.getService("mount");
/frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java
27
import android.os.
ServiceManager
;
95
ServiceManager
.getService(Context.SEARCH_SERVICE));
/frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java
27
import android.os.
ServiceManager
;
81
IBinder b =
ServiceManager
.getService(Context.USB_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java
29
import android.os.
ServiceManager
;
60
ServiceManager
.getService(Context.AUDIO_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java
29
import android.os.
ServiceManager
;
134
mPower = IPowerManager.Stub.asInterface(
ServiceManager
.getService("power"));
Completed in 898 milliseconds
1
2
3
4
5
6
7
8
9
10
11