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

<<31323334353637383940>>

  /developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/
MainActivity.kt 94 val keyguardManager = getSystemService(KeyguardManager::class.java)
103 val fingerprintManager = getSystemService(FingerprintManager::class.java)
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 91 mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 113 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/apps/Development/src/com/android/development/
AppHwConfigList.java 80 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 140 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 52 mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 72 mSM = (StorageManager) getApplicationContext().getSystemService(STORAGE_SERVICE);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 136 SearchManager searchManager = (SearchManager) getSystemService(Context.SEARCH_SERVICE);
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 59 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 54 final TextServicesManager tsm = (TextServicesManager) getSystemService(
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 121 LayoutInflater vi = (LayoutInflater) getActivity().getSystemService(
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiChatFragment.java 86 .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 77 mNotificationManager = (NotificationManager) getActivity().getSystemService(
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
MainActivity.java 86 mMediaRouter = (MediaRouter) getSystemService(Context.MEDIA_ROUTER_SERVICE);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DefaultCardStreamAnimator.java 51 WindowManager wm = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java 92 BluetoothManager mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
  /development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java 73 mKeyguardManager = (KeyguardManager) getSystemService(Context.KEYGUARD_SERVICE);
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmUtil.java 39 mAlarmManager = mContext.getSystemService(AlarmManager.class);
  /development/samples/browseable/MidiScope/src/com.example.android.midiscope/
MainActivity.java 66 MidiManager midiManager = (MidiManager) getSystemService(MIDI_SERVICE);
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 113 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 42 mNsdManager = (NsdManager) context.getSystemService(Context.NSD_SERVICE);
  /device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 66 mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ViewTarget.java 167 (WindowManager) view.getContext().getSystemService(Context.WINDOW_SERVICE);
  /external/grpc-grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
InteropActivity.java 65 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE))
  /external/grpc-grpc-java/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/
HelloworldActivity.java 61 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE))

Completed in 597 milliseconds

<<31323334353637383940>>