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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
BackupManager.java 67 ServiceManager.getService(Context.BACKUP_SERVICE));
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 83 ServiceManager.getService(DreamService.DREAM_SERVICE));
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 89 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
  /frameworks/base/core/java/android/widget/
Toast.java 107 INotificationManager service = getService();
128 getService().cancelToast(mContext.getPackageName(), mTN);
301 static private INotificationManager getService() {
305 sService = INotificationManager.Stub.asInterface(ServiceManager.getService("notification"));
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java 45 mPowerManager = IPowerManager.Stub.asInterface(ServiceManager.getService("power"));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 289 ServiceManager.getService("simphonebook"));
329 ServiceManager.getService("simphonebook"));
353 ServiceManager.getService("simphonebook"));
377 ServiceManager.getService("simphonebook"));
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 126 .getService(Context.INPUT_METHOD_SERVICE));
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 75 connection.getService().setGrant(senderUid, alias, value);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java 71 PendingIntent pi = PendingIntent.getService(
  /frameworks/base/keystore/java/android/security/
KeyChain.java 304 final IKeyChainService keyChainService = keyChainConnection.getService();
339 IKeyChainService keyChainService = keyChainConnection.getService();
418 public IKeyChainService getService() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 328 private HealthService getService() {
342 HealthService service = getService();
348 HealthService service = getService();
355 HealthService service = getService();
362 HealthService service = getService();
369 HealthService service = getService();
376 HealthService service = getService();
382 HealthService service = getService();
388 HealthService service = getService();
394 HealthService service = getService();
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 235 public Object getService(ContextImpl ctx) {
261 * service. getService() will handle locking and caching.
275 public final Object getService(ContextImpl unused) {
310 public Object getService(ContextImpl ctx) {
315 public Object getService(ContextImpl ctx) {
321 IBinder b = ServiceManager.getService(ACCOUNT_SERVICE);
333 IBinder b = ServiceManager.getService(ALARM_SERVICE);
361 IBinder b = ServiceManager.getService(CONNECTIVITY_SERVICE);
367 IBinder b = ServiceManager.getService(COUNTRY_DETECTOR);
413 public Object getService(ContextImpl ctx)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 302 Provider.Service s = p.getService("MessageDigest", "SHA-1");
312 assertEquals("foo", p.getService("i", "i").getClassName());
313 assertEquals("foo", p.getService("i", "I").getClassName());
314 assertNull(p.getService("\u0130", "\u0130")); // Turkish dotless i and dotted I
315 assertNull(p.getService("\u0131", "\u0131"));
370 Provider.Service s = p2.getService("MessageDigest", "ASH-1");
  /external/chromium_org/third_party/icu/source/common/
brkiter.cpp 284 getService(void)
318 ICULocaleService *service = getService();
345 ICULocaleService *service = getService();
  /external/icu4c/common/
brkiter.cpp 292 getService(void)
326 ICULocaleService *service = getService();
353 ICULocaleService *service = getService();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 103 mBoundService = ((LocalService.LocalBinder)service).getService();
  /external/smack/src/org/xbill/DNS/
NAPTRRecord.java 123 getService() {
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 101 sp<IBinder> binder = sm->getService(String16("media.log"));
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 47 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 95 ServiceManager.getService(Context.SEARCH_SERVICE));
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 37 IBinder service = ServiceManager.getService("mount");
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 81 IBinder b = ServiceManager.getService(Context.USB_SERVICE);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 118 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 168 INfcAdapterExtras getService() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 78 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));

Completed in 699 milliseconds

1 2 34 5 6 7 8 91011>>