OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
451 - 475
of
1425
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java
116
manager = (NotificationManager)
getSystemService
(Context.NOTIFICATION_SERVICE);
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java
44
mBluetoothAdapter = ((BluetoothManager)
getSystemService
(Context.BLUETOOTH_SERVICE))
/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
MainActivity.java
100
(ConnectivityManager)
getSystemService
(Context.CONNECTIVITY_SERVICE);
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/antipatterns/
BadViewStructureCreationSignInActivity.java
64
AutofillManager afm =
getSystemService
(AutofillManager.class);
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
CreditCardCompoundViewActivity.java
54
AutofillManager afm =
getSystemService
(AutofillManager.class);
CreditCardDatePickerActivity.java
56
AutofillManager afm =
getSystemService
(AutofillManager.class);
StandardSignInActivity.java
51
AutofillManager afm =
getSystemService
(AutofillManager.class);
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
CreditCardActivity.java
56
AutofillManager afm =
getSystemService
(AutofillManager.class);
/developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java
104
NotificationManager nm = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
/developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java
116
manager = (NotificationManager)
getSystemService
(Context.NOTIFICATION_SERVICE);
/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmIntentService.java
59
.
getSystemService
(NotificationManager.class);
/development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java
133
mNotificationManager = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java
47
mNM = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
JobWorkServiceActivity.java
43
mJobScheduler = (JobScheduler)
getSystemService
(JOB_SCHEDULER_SERVICE);
LocalService.java
66
mNM = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
NotifyingService.java
49
mNM = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
PrintHtmlOffScreen.java
92
PrintManager printManager = (PrintManager)
getSystemService
(
/development/samples/ApiDemos/src/com/example/android/apis/hardware/
ConsumerIr.java
68
mCIR = (ConsumerIrManager)
getSystemService
(Context.CONSUMER_IR_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java
99
mSensorManager = (SensorManager)
getSystemService
(SENSOR_SERVICE);
/development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV16.java
37
mInputManager = (InputManager) context.
getSystemService
(Context.INPUT_SERVICE);
/development/samples/DataWiper/src/com.example.android.datawiper/
MyMain.java
101
((DevicePolicyManager) (
getSystemService
(Context.DEVICE_POLICY_SERVICE)))
/development/samples/LceDemo/src/com/example/android/lce/
LceDemoActivity.java
49
connectityManager = (ConnectivityManager)
getSystemService
(
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
MainActivity.java
44
mBluetoothAdapter = ((BluetoothManager)
getSystemService
(Context.BLUETOOTH_SERVICE))
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java
104
NotificationManager nm = (NotificationManager)
getSystemService
(NOTIFICATION_SERVICE);
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmIntentService.java
59
.
getSystemService
(NotificationManager.class);
Completed in 1081 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>