OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceManager
(Results
201 - 225
of
350
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java
31
import android.os.
ServiceManager
;
126
ServiceManager
.getService(VrManagerService.VR_MANAGER_BINDER_SERVICE));
/frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java
38
import android.os.
ServiceManager
;
134
* This string is used for
ServiceManager
access to this class.
224
IPackageManager.Stub.asInterface(
ServiceManager
.getService("package")).
/frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java
26
import android.os.
ServiceManager
;
95
IBinder iBinder =
ServiceManager
.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java
34
import android.os.
ServiceManager
;
144
ServiceManager
.getService(Context.WINDOW_SERVICE));
/frameworks/base/telephony/java/android/telephony/
CarrierConfigManager.java
25
import android.os.
ServiceManager
;
[
all
...]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java
44
import android.os.
ServiceManager
;
414
IBinder b =
ServiceManager
.getService(Context.NETWORKMANAGEMENT_SERVICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java
27
import android.os.
ServiceManager
;
213
ServiceManager
.getService("telephony.registry"));
SubscriptionMonitor.java
30
import android.os.
ServiceManager
;
SubscriptionController.java
30
import android.os.
ServiceManager
;
180
if(
ServiceManager
.getService("isub") == null) {
181
ServiceManager
.addService("isub", this);
196
if(
ServiceManager
.getService("isub") == null) {
197
ServiceManager
.addService("isub", this);
246
ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(
ServiceManager
.getService(
[
all
...]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningService.java
40
import android.os.
ServiceManager
;
144
mIpm = IPackageManager.Stub.asInterface(
ServiceManager
.getService("package"));
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTask.java
35
import android.os.
ServiceManager
;
395
IBinder b =
ServiceManager
.getService(Context.INPUT_METHOD_SERVICE);
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnTests.java
24
import android.os.
ServiceManager
;
96
.asInterface(
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java
45
import android.os.
ServiceManager
;
254
mWindowManager = IWindowManager.Stub.asInterface(
ServiceManager
.getService("window"));
256
ServiceManager
.getService(Context.BACKUP_SERVICE));
409
IBinder service =
ServiceManager
.getService("mount");
[
all
...]
/development/apps/Development/src/com/android/development/
CacheAbuser.java
38
import android.os.
ServiceManager
;
/frameworks/base/core/java/android/bluetooth/
BluetoothSap.java
28
import android.os.
ServiceManager
;
/frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java
54
import android.os.
ServiceManager
;
111
mAm = IAccountManager.Stub.asInterface(
ServiceManager
.getService(Context.ACCOUNT_SERVICE));
112
mUm = IUserManager.Stub.asInterface(
ServiceManager
.getService(Context.USER_SERVICE));
113
mPm = IPackageManager.Stub.asInterface(
ServiceManager
.getService("package"));
291
ServiceManager
.getService(serviceName).shellCommand(
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java
21
import android.os.
ServiceManager
;
438
IPowerManager.Stub.asInterface(
ServiceManager
.getService(Context.POWER_SERVICE));
/frameworks/base/core/java/android/app/
NotificationManager.java
35
import android.os.
ServiceManager
;
241
IBinder b =
ServiceManager
.getService("notification");
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/
CameraManager.java
35
import android.os.
ServiceManager
;
[
all
...]
/frameworks/base/core/java/android/hardware/input/
InputManager.java
33
import android.os.
ServiceManager
;
228
IBinder b =
ServiceManager
.getService(Context.INPUT_SERVICE);
[
all
...]
/frameworks/base/core/java/android/nfc/
NfcAdapter.java
41
import android.os.
ServiceManager
;
519
IBinder b =
ServiceManager
.getService("nfc");
[
all
...]
/frameworks/base/core/java/android/service/dreams/
DreamService.java
32
import android.os.
ServiceManager
;
196
mSandman = IDreamManager.Stub.asInterface(
ServiceManager
.getService(DREAM_SERVICE));
[
all
...]
/frameworks/base/core/java/android/view/
WindowManagerGlobal.java
27
import android.os.
ServiceManager
;
168
ServiceManager
.getService("window"));
/frameworks/base/core/java/android/webkit/
WebViewFactory.java
32
import android.os.
ServiceManager
;
649
ServiceManager
.getService(WEBVIEW_UPDATE_SERVICE_NAME));
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
31
import android.os.
ServiceManager
;
78
IBinder service =
ServiceManager
.getService("mount");
Completed in 461 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>