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
350
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Settings/src/com/android/settings/applications/
ClearDefaultsPreference.java
25
import android.os.
ServiceManager
;
62
IBinder b =
ServiceManager
.getService(Context.USB_SERVICE);
/packages/apps/Settings/src/com/android/settings/backup/
ToggleBackupSettingFragment.java
10
import android.os.
ServiceManager
;
57
ServiceManager
.getService(Context.BACKUP_SERVICE));
/packages/apps/Settings/src/com/android/settings/datausage/
DataSaverBackend.java
23
import android.os.
ServiceManager
;
52
ServiceManager
.getService(Context.NETWORK_POLICY_SERVICE));
/packages/apps/Settings/src/com/android/settings/vpn2/
AppDialogFragment.java
29
import android.os.
ServiceManager
;
54
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
ConfigDialogFragment.java
29
import android.os.
ServiceManager
;
54
ServiceManager
.getService(Context.CONNECTIVITY_SERVICE));
/packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java
30
import android.os.
ServiceManager
;
131
mWindowManager = IWindowManager.Stub.asInterface(
ServiceManager
.getService("window"));
/packages/services/Car/service/src/com/android/car/
GarageModeService.java
25
import android.os.
ServiceManager
;
295
ServiceManager
.getService(Context.DEVICE_IDLE_CONTROLLER));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java
27
import android.os.
ServiceManager
;
400
ServiceManager
.getService("simphonebook"));
442
ServiceManager
.getService("simphonebook"));
468
ServiceManager
.getService("simphonebook"));
494
ServiceManager
.getService("simphonebook"));
PhoneSubInfoController.java
26
import android.os.
ServiceManager
;
52
if (
ServiceManager
.getService("iphonesubinfo") == null) {
53
ServiceManager
.addService("iphonesubinfo", this);
UiccSmsController.java
28
import android.os.
ServiceManager
;
50
if (
ServiceManager
.getService("isms") == null) {
51
ServiceManager
.addService("isms", this);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java
36
import android.os.
ServiceManager
;
404
ServiceManager
.getService(Context.PRINT_SERVICE));
441
ServiceManager
.getService(Context.PRINT_SERVICE));
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java
38
import android.os.
ServiceManager
;
150
ServiceManager
.getService(Context.DEVICE_POLICY_SERVICE));
188
ServiceManager
.getService("package"));
/frameworks/native/libs/binder/
IServiceManager.cpp
17
#define LOG_TAG "
ServiceManager
"
190
IMPLEMENT_META_INTERFACE(
ServiceManager
, "android.os.IServiceManager");
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
34
import android.os.
ServiceManager
;
164
IBinder b =
ServiceManager
.getService(POWER_SERVICE);
/external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsService.java
42
import android.os.
ServiceManager
;
106
ServiceManager
.addService("rcs", mBinder);
/frameworks/base/core/java/android/app/
SearchManager.java
33
import android.os.
ServiceManager
;
554
ServiceManager
.getService(Context.SEARCH_SERVICE));
[
all
...]
/frameworks/base/core/java/android/app/usage/
NetworkStats.java
27
import android.os.
ServiceManager
;
103
ServiceManager
.getService(Context.NETWORK_STATS_SERVICE));
/frameworks/base/core/java/android/appwidget/
AppWidgetHost.java
36
import android.os.
ServiceManager
;
170
IBinder b =
ServiceManager
.getService(Context.APPWIDGET_SERVICE);
/frameworks/base/core/java/android/hardware/
LegacySensorManager.java
20
import android.os.
ServiceManager
;
50
ServiceManager
.getService("window"));
/frameworks/base/core/java/android/hardware/location/
ContextHubService.java
29
import android.os.
ServiceManager
;
107
IVrManager.Stub.asInterface(
ServiceManager
.getService("vrmanager"));
/frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java
32
import android.os.
ServiceManager
;
632
IBinder iBinder =
ServiceManager
.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/android/widget/
Toast.java
29
import android.os.
ServiceManager
;
324
sService = INotificationManager.Stub.asInterface(
ServiceManager
.getService("notification"));
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java
28
import android.os.
ServiceManager
;
240
final int[] result = ITelephony.Stub.asInterface(
ServiceManager
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DreamBackend.java
30
import android.os.
ServiceManager
;
81
ServiceManager
.getService(DreamService.DREAM_SERVICE));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DataUsageController.java
28
import android.os.
ServiceManager
;
72
ServiceManager
.getService(Context.NETWORK_STATS_SERVICE));
Completed in 1544 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>