OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceManager
(Results
151 - 175
of
240
) sorted by null
1
2
3
4
5
6
7
8
9
10
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
42
import android.os.
ServiceManager
;
489
IBinder b =
ServiceManager
.getService(Context.NETWORKMANAGEMENT_SERVICE);
/packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java
41
import android.os.
ServiceManager
;
597
IBinder b =
ServiceManager
.getService(Context.WINDOW_SERVICE);
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java
24
import android.os.
ServiceManager
;
140
ServiceManager
.getService(ProcessStats.SERVICE_NAME));
ManageApplications.java
45
import android.os.
ServiceManager
;
91
ServiceManager
.getService("package"));
[
all
...]
InstalledAppDetails.java
57
import android.os.
ServiceManager
;
383
ServiceManager
.getService(Context.NOTIFICATION_SERVICE));
409
IBinder b =
ServiceManager
.getService(Context.USB_SERVICE);
413
mSmsManager = ISms.Stub.asInterface(
ServiceManager
.getService("isms"));
[
all
...]
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java
30
import android.os.
ServiceManager
;
74
.asInterface(
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
33
import android.os.
ServiceManager
;
250
ServiceManager
.addService("phone", this);
/frameworks/base/core/java/android/app/
ActivityManager.java
45
import android.os.
ServiceManager
;
[
all
...]
Instrumentation.java
35
import android.os.
ServiceManager
;
305
ServiceManager
.getService("window")).setInTouchMode(inTouch);
[
all
...]
WallpaperManager.java
47
import android.os.
ServiceManager
;
227
IBinder b =
ServiceManager
.getService(Context.WALLPAPER_SERVICE);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
27
import android.os.
ServiceManager
;
[
all
...]
BluetoothHealth.java
26
import android.os.
ServiceManager
;
BluetoothMap.java
27
import android.os.
ServiceManager
;
BluetoothTetheringDataTracker.java
21
import android.os.
ServiceManager
;
BluetoothInputDevice.java
27
import android.os.
ServiceManager
;
BluetoothSocket.java
23
import android.os.
ServiceManager
;
BluetoothAdapter.java
27
import android.os.
ServiceManager
;
379
IBinder b =
ServiceManager
.getService(BLUETOOTH_MANAGER_SERVICE);
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
31
import android.os.
ServiceManager
;
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
39
import android.os.
ServiceManager
;
632
ServiceManager
.getService("package"));
[
all
...]
/frameworks/base/core/java/android/hardware/
Camera.java
33
import android.os.
ServiceManager
;
209
IBinder b =
ServiceManager
.getService(Context.AUDIO_SERVICE);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
40
import android.os.
ServiceManager
;
222
ServiceManager
.checkService(DreamService.DREAM_SERVICE));
231
ServiceManager
.getService(Context.STATUS_BAR_SERVICE));
[
all
...]
/frameworks/base/services/java/com/android/server/am/
UsageStatsService.java
31
import android.os.
ServiceManager
;
675
ServiceManager
.addService(SERVICE_NAME, asBinder());
707
IBinder b =
ServiceManager
.getService(SERVICE_NAME);
[
all
...]
/development/apps/Development/src/com/android/development/
Connectivity.java
43
import android.os.
ServiceManager
;
258
IBinder b =
ServiceManager
.getService(Context.NETWORKMANAGEMENT_SERVICE);
/frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java
31
import android.os.
ServiceManager
;
68
ServiceManager
.getService(Context.DEVICE_POLICY_SERVICE));
[
all
...]
/frameworks/base/core/java/android/net/
MobileDataStateTracker.java
30
import android.os.
ServiceManager
;
374
mPhoneService = ITelephony.Stub.asInterface(
ServiceManager
.getService("phone"));
[
all
...]
Completed in 1679 milliseconds
1
2
3
4
5
6
7
8
9
10