OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceManager
(Results
251 - 275
of
350
) sorted by null
<<
11
12
13
14
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
59
import android.os.
ServiceManager
;
379
mPm = IPackageManager.Stub.asInterface(
ServiceManager
.getService("package"));
[
all
...]
/frameworks/base/core/java/android/hardware/
Camera.java
34
import android.os.
ServiceManager
;
241
IBinder b =
ServiceManager
.getService(Context.AUDIO_SERVICE);
[
all
...]
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java
59
import android.os.
ServiceManager
;
222
ServiceManager
.getService(Context.DEVICE_IDLE_CONTROLLER));
224
ServiceManager
.getService(BatteryStats.SERVICE_NAME));
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java
51
import android.os.
ServiceManager
;
273
IWebViewUpdateService.Stub.asInterface(
ServiceManager
.getService("webviewupdate"));
316
ServiceManager
.getService(Context.NETWORK_STATS_SERVICE));
[
all
...]
/development/apps/Development/src/com/android/development/
Connectivity.java
50
import android.os.
ServiceManager
;
412
IBinder b =
ServiceManager
.getService(Context.NETWORKMANAGEMENT_SERVICE);
/frameworks/base/core/java/android/app/
WallpaperManager.java
53
import android.os.
ServiceManager
;
276
IBinder b =
ServiceManager
.getService(Context.WALLPAPER_SERVICE);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
40
import android.os.
ServiceManager
;
506
IBinder b =
ServiceManager
.getService(BLUETOOTH_MANAGER_SERVICE);
[
all
...]
/frameworks/base/core/java/android/content/pm/
LauncherApps.java
41
import android.os.
ServiceManager
;
338
ServiceManager
.getService(Context.LAUNCHER_APPS_SERVICE)));
[
all
...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java
25
import android.os.
ServiceManager
;
460
return IPackageManager.Stub.asInterface(
ServiceManager
.getService("package"));
/frameworks/base/media/java/android/media/
AudioRecord.java
36
import android.os.
ServiceManager
;
[
all
...]
MediaRouter.java
39
import android.os.
ServiceManager
;
117
IBinder b =
ServiceManager
.getService(Context.AUDIO_SERVICE);
123
ServiceManager
.getService(Context.MEDIA_ROUTER_SERVICE));
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java
38
import android.os.
ServiceManager
;
780
ServiceManager
.getService(Context.WIFI_SERVICE));
[
all
...]
/frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java
43
import android.os.
ServiceManager
;
203
mDaemon = IFingerprintDaemon.Stub.asInterface(
ServiceManager
.getService(FINGERPRINTD));
[
all
...]
/frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java
53
import android.os.
ServiceManager
;
135
IBinder b =
ServiceManager
.getService(Context.AUDIO_SERVICE);
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
GlobalActions.java
47
import android.os.
ServiceManager
;
137
ServiceManager
.getService(DreamService.DREAM_SERVICE));
[
all
...]
/frameworks/base/services/net/java/android/net/ip/
IpManager.java
39
import android.os.
ServiceManager
;
418
ServiceManager
.getService(Context.NETWORKMANAGEMENT_SERVICE)));
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionInfoUpdater.java
34
import android.os.
ServiceManager
;
124
mPackageManager = IPackageManager.Stub.asInterface(
ServiceManager
.getService("package"));
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java
34
import android.os.
ServiceManager
;
106
mBatteryStats = IBatteryStats.Stub.asInterface(
ServiceManager
.getService("batterystats"));
[
all
...]
/packages/apps/Settings/src/com/android/settings/
CryptKeeper.java
35
import android.os.
ServiceManager
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java
36
import android.os.
ServiceManager
;
230
mIPm = IPackageManager.Stub.asInterface(
ServiceManager
.getService("package"));
[
all
...]
/packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java
37
import android.os.
ServiceManager
;
[
all
...]
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java
48
import android.os.
ServiceManager
;
477
IBinder binder =
ServiceManager
.getService(service);
/packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java
43
import android.os.
ServiceManager
;
366
// Make this service available through
ServiceManager
.
367
ServiceManager
.addService(Context.CARRIER_CONFIG_SERVICE, this);
[
all
...]
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
TestServiceClient.java
28
import android.os.
ServiceManager
;
104
IBinder service = new
ServiceManager
().getService(
[
all
...]
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
35
import android.os.
ServiceManager
;
149
sRegistry = ITelephonyRegistry.Stub.asInterface(
ServiceManager
.getService(
[
all
...]
Completed in 1473 milliseconds
<<
11
12
13
14