HomeSort by relevance Sort by last modified time
    Searched refs:getService (Results 201 - 225 of 380) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 143 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE);
AppWidgetManager.java 335 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 303 public BluetoothGattService getService() {
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 50 ServiceManager.getService("window"));
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java 88 IBinder b = ServiceManager.getService(Context.DISPLAY_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 75 mWm = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 203 IBinder service = ServiceManager.getService("mount");
  /frameworks/base/services/java/com/android/server/
Watchdog.java 258 PowerManagerService pms = (PowerManagerService) ServiceManager.getService("power");
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 163 IBinder b = ServiceManager.getService(Context.SIP_SERVICE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportVCardActivity.java 192 mService = ((VCardService.MyBinder) binder).getService();
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 232 return ITelephony.Stub.asInterface(ServiceManager.getService("phone"))
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 201 return PendingIntent.getService(mContext, 0, intent, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 320 mBatchService = ((BatchService.LocalBinder)service).getService();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 138 public ProcessingService getService() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 51 IngestService getService() {
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 289 PendingIntent operation = PendingIntent.getService(
  /packages/services/Telephony/src/com/android/phone/
NetworkSetting.java 151 mNetworkQueryService = ((NetworkQueryService.LocalBinder) service).getService();
  /frameworks/av/cmds/stagefright/
stagefright.cpp 815 sp<IBinder> binder = sm->getService(String16("media.player"));
877 sp<IBinder> binder = sm->getService(String16("media.player"));
891 sp<IBinder> binder = sm->getService(String16("media.player"));
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 187 (IBinder) ServiceManager.getService("lock_settings"));
576 IBinder service = ServiceManager.getService("mount");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 158 public PhoneStatusBar getService() {
292 getService().animateCollapsePanels();
296 if (onlyProvisioned && !getService().isDeviceProvisioned()) return;
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 793 INotificationManager directLine = mNM.getService();
819 INotificationManager directLine = mNM.getService();
845 INotificationManager directLine = mNM.getService();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 232 return PendingIntent.getService(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
248 return PendingIntent.getService(context, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
474 PendingIntent pendingDeleteIntent = PendingIntent.getService(context, 0, deleteIntent,
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 133 EmailServiceUtils.getService(context, info.protocol);
169 return getService(context, Account.getProtocol(context, accountId));
219 public static EmailServiceProxy getService(Context context, String protocol) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 381 services[i] = new ServiceDescriptor(proto.getService(i), this, i);
428 services[i].setProto(proto.getService(i));
    [all...]

Completed in 1691 milliseconds

1 2 3 4 5 6 7 891011>>