OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceManager
(Results
51 - 75
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessController.java
24
import android.os.
ServiceManager
;
49
mPower = IPowerManager.Stub.asInterface(
ServiceManager
.getService("power"));
DoNotDisturbController.java
23
import android.os.
ServiceManager
;
VolumeController.java
22
import android.os.
ServiceManager
;
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java
27
import android.os.
ServiceManager
;
53
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java
19
import android.os.
ServiceManager
;
31
IIccPhoneBook.Stub.asInterface(
ServiceManager
.getService("simphonebook"));
/packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java
27
import android.os.
ServiceManager
;
64
IBinder service =
ServiceManager
.getService("mount");
SetFullBackupPassword.java
23
import android.os.
ServiceManager
;
83
mBackupManager = IBackupManager.Stub.asInterface(
ServiceManager
.getService("backup"));
PointerSpeedPreference.java
27
import android.os.
ServiceManager
;
137
ServiceManager
.getService("window"));
/packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
UiTestHelper.java
9
import android.os.
ServiceManager
;
78
.asInterface(
ServiceManager
.getService("package"));
/system/core/nexus/
DhcpClient.cpp
28
#include <sysutils/
ServiceManager
.h>
41
mServiceManager = new
ServiceManager
();
/frameworks/base/core/java/android/app/
AlarmManager.java
22
import android.os.
ServiceManager
;
/frameworks/base/core/java/android/os/
ServiceManager.java
27
public final class
ServiceManager
{
28
private static final String TAG = "
ServiceManager
";
Vibrator.java
38
ServiceManager
.getService("vibrator"));
Environment.java
46
IMountService mountService = IMountService.Stub.asInterface(
ServiceManager
420
IMountService mountService = IMountService.Stub.asInterface(
ServiceManager
/frameworks/base/include/binder/
IServiceManager.h
33
DECLARE_META_INTERFACE(
ServiceManager
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DoNotDisturb.java
24
import android.os.
ServiceManager
;
/frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java
36
import android.os.
ServiceManager
;
278
ActivityManagerNative.asInterface(
ServiceManager
.checkService("activity"));
287
ITelephony.Stub.asInterface(
ServiceManager
.checkService("phone"));
289
IBluetooth.Stub.asInterface(
ServiceManager
.checkService(
294
ServiceManager
.checkService("mount"));
/frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java
24
import android.os.
ServiceManager
;
104
IBinder b =
ServiceManager
.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
BluetoothPan.java
24
import android.os.
ServiceManager
;
125
IBinder b =
ServiceManager
.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
/frameworks/base/core/java/android/view/textservice/
TextServicesManager.java
25
import android.os.
ServiceManager
;
73
IBinder b =
ServiceManager
.getService(Context.TEXT_SERVICES_MANAGER_SERVICE);
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
23
import android.os.
ServiceManager
;
52
IBinder service =
ServiceManager
.getService("mount");
/frameworks/base/location/lib/java/com/android/location/provider/
LocationProvider.java
28
import android.os.
ServiceManager
;
138
IBinder b =
ServiceManager
.getService(Context.LOCATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbResolverActivity.java
32
import android.os.
ServiceManager
;
97
IBinder b =
ServiceManager
.getService(USB_SERVICE);
/frameworks/base/services/java/com/android/server/
LightsService.java
23
import android.os.
ServiceManager
;
180
ServiceManager
.addService("hardware", mLegacyFlashlightHack);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java
39
import android.os.
ServiceManager
;
64
mPowerManager = IPowerManager.Stub.asInterface(
ServiceManager
.getService("power"));
Completed in 207 milliseconds
1
2
3
4
5
6
7
8
9