Searched refs:getService (Results 101 - 125 of 367) sorted by relevance

1234567891011>>

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java168 INfcAdapterExtras getService() { method in class:NfcAdapterExtras
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java78 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DVolumeControlAction.java163 AudioManager audioManager = tv().getService().getAudioManager();
H A DHdmiCecFeatureAction.java66 mService = mSource.getService();
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java48 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java77 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE));
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxManagerService.java71 static public synchronized IBordeauxService getService(Context context) { method in class:BordeauxManagerService
/frameworks/native/services/sensorservice/
H A DBatteryService.cpp98 mBatteryStatService = interface_cast<IBatteryStats>(sm->getService(name));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java230 BluetoothGattService includedService = getService(mDevice,
538 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, method in class:BluetoothGatt
789 public BluetoothGattService getService(UUID uuid) { method in class:BluetoothGatt
819 BluetoothGattService service = characteristic.getService();
862 BluetoothGattService service = characteristic.getService();
905 BluetoothGattService service = characteristic.getService();
946 BluetoothGattService service = characteristic.getService();
1083 BluetoothGattService service = characteristic.getService();
/frameworks/native/libs/gui/
H A DSensorManager.cpp60 sp<IBinder> binder = defaultServiceManager()->getService(String16("permission"));
121 // try for 300 seconds (60*5(getService() tries for 5 seconds)) before giving up ...
124 status_t err = getService(name, &mSensorServer);
145 LOG_ALWAYS_FATAL_IF(mSensorServer.get() == NULL, "getService(SensorService) NULL");
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java303 IAudioService service = getService();
518 private static IAudioService getService() method in class:AudioPolicy
523 IBinder b = ServiceManager.getService(Context.AUDIO_SERVICE);
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java48 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java84 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE));
/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java394 IBinder b = ServiceManager.getService(ContextHubService.CONTEXTHUB_SERVICE);
405 Log.w(TAG, "failed to getService");
/frameworks/base/core/java/android/os/
H A DCommonClock.java113 mRemote = ServiceManager.getService(SERVICE_NAME);
H A DCommonTimeConfig.java65 mRemote = ServiceManager.getService(SERVICE_NAME);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java225 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE));
/frameworks/base/core/java/android/view/textservice/
H A DTextServicesManager.java73 IBinder b = ServiceManager.getService(Context.TEXT_SERVICES_MANAGER_SERVICE);
/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java49 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE));
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp144 sm->getService(String16("media.player")));
/frameworks/base/media/java/android/media/projection/
H A DMediaProjectionManager.java66 IBinder b = ServiceManager.getService(Context.MEDIA_PROJECTION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java123 IBinder b = ServiceManager.getService(USB_SERVICE);
H A DUsbResolverActivity.java99 IBinder b = ServiceManager.getService(USB_SERVICE);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java52 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java50 mBatteryStats = BatteryStatsService.getService();

Completed in 673 milliseconds

1234567891011>>