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
240
) sorted by null
1
2
3
4
5
6
7
8
9
10
/frameworks/base/services/java/com/android/server/
ConsumerIrService.java
33
import android.os.
ServiceManager
;
BootReceiver.java
30
import android.os.
ServiceManager
;
77
onlyCore = IPackageManager.Stub.asInterface(
ServiceManager
.getService(
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
24
import android.os.
ServiceManager
;
75
sRegistry = ITelephonyRegistry.Stub.asInterface(
ServiceManager
.getService(
[
all
...]
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
33
import android.os.
ServiceManager
;
140
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/cmds/media/src/com/android/commands/media/
Media.java
27
import android.os.
ServiceManager
;
67
mAudioService = IAudioService.Stub.asInterface(
ServiceManager
.checkService(
/frameworks/base/core/java/android/hardware/camera2/
CameraManager.java
31
import android.os.
ServiceManager
;
73
IBinder cameraServiceBinder =
ServiceManager
.getService(CAMERA_SERVICE_BINDER_NAME);
/frameworks/base/core/java/android/net/
TrafficStats.java
24
import android.os.
ServiceManager
;
96
ServiceManager
.getService(Context.NETWORK_STATS_SERVICE));
VpnService.java
29
import android.os.
ServiceManager
;
121
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/core/java/android/os/
CommonClock.java
34
import android.os.
ServiceManager
;
122
mRemote =
ServiceManager
.getService(SERVICE_NAME);
/frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java
31
import android.os.
ServiceManager
;
179
IBinder iBinder =
ServiceManager
.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
22
import android.os.
ServiceManager
;
62
IBinder service =
ServiceManager
.getService("mount");
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
13
import android.os.
ServiceManager
;
235
IBinder service =
ServiceManager
.getService("mount");
/frameworks/base/keystore/java/android/security/
KeyStore.java
22
import android.os.
ServiceManager
;
66
IKeystoreService keystore = IKeystoreService.Stub.asInterface(
ServiceManager
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardFaceUnlockView.java
22
import android.os.
ServiceManager
;
55
IWindowManager.Stub.asInterface(
ServiceManager
.getService("window"));
KeyguardSimPinView.java
31
import android.os.
ServiceManager
;
174
final int[] result = ITelephony.Stub.asInterface(
ServiceManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java
28
import android.os.
ServiceManager
;
130
mPower = IPowerManager.Stub.asInterface(
ServiceManager
.getService("power"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java
22
import android.os.
ServiceManager
;
47
ServiceManager
.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java
32
import android.os.
ServiceManager
;
115
IBinder b =
ServiceManager
.getService(USB_SERVICE);
UsbPermissionActivity.java
33
import android.os.
ServiceManager
;
119
IBinder b =
ServiceManager
.getService(USB_SERVICE);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java
27
import android.os.
ServiceManager
;
70
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/policy/src/com/android/internal/policy/impl/
BarController.java
22
import android.os.
ServiceManager
;
253
ServiceManager
.getService("statusbar"));
PhoneFallbackEventHandler.java
28
import android.os.
ServiceManager
;
294
ServiceManager
.checkService(Context.AUDIO_SERVICE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java
23
import android.os.
ServiceManager
;
41
mRegistry = ITelephonyRegistry.Stub.asInterface(
ServiceManager
.getService(
IccPhoneBookInterfaceManager.java
24
import android.os.
ServiceManager
;
131
ServiceManager
.addService("simphonebook", this);
Completed in 1153 milliseconds
1
2
3
4
5
6
7
8
9
10