HomeSort by relevance Sort by last modified time
    Searched refs:getSystemService (Results 601 - 625 of 1425) sorted by null

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
PlayerAdapter.java 62 mAudioManager = (AudioManager) mApplicationContext.getSystemService(Context.AUDIO_SERVICE);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java 87 MidiManager midiManager = (MidiManager) getSystemService(MIDI_SERVICE);
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 65 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
UpdateQuestionService.java 95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
  /developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/
MainActivity.java 96 (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 83 ((UserManager) getSystemService(Context.USER_SERVICE))
  /developers/samples/android/deprecated/wearable/wear/FindMyPhone/Application/src/main/java/com/example/android/wearable/findphone/
SoundAlarmListenerService.java 50 mAudioManager = (AudioManager) getSystemService(AUDIO_SERVICE);
  /developers/samples/android/deprecated/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 71 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
  /developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 65 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
  /developers/samples/android/deprecated/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
UpdateQuestionService.java 95 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(questionIndex);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/antipatterns/
CallbackLessAutoCompleteSignInActivity.java 61 AutofillManager afm = getSystemService(AutofillManager.class);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
CreditCardSpinnersActivity.java 97 AutofillManager afm = getSystemService(AutofillManager.class);
VirtualSignInActivity.java 70 mAutofillManager = getSystemService(AutofillManager.class);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
VirtualCompatModeSignInActivity.java 87 mAutofillManager = getSystemService(AutofillManager.class);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
PlayerAdapter.java 62 mAudioManager = (AudioManager) mApplicationContext.getSystemService(Context.AUDIO_SERVICE);
  /developers/samples/android/media/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java 87 MidiManager midiManager = (MidiManager) getSystemService(MIDI_SERVICE);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
VisibilityMetadataFragment.java 75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
  /development/samples/ApiDemos/src/com/example/android/apis/app/
JobWorkService.java 101 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
MessengerService.java 121 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 55 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/inputmethod/
ShowInputMethodAndSubtypeEnabler.java 92 (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 55 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
SearchViewActionBar.java 79 SearchManager searchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);

Completed in 842 milliseconds

<<21222324252627282930>>