OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSystemService
(Results
326 - 350
of
1425
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java
84
(SearchManager)
getSystemService
(Context.SEARCH_SERVICE);
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
SchedulerHelper.java
40
AlarmManager alarmManger = (AlarmManager) context.
getSystemService
(Context.ALARM_SERVICE);
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
CreditCardAntiPatternActivity.java
52
AutofillManager afm =
getSystemService
(AutofillManager.class);
/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java
96
NotificationManager notificationManager = (NotificationManager)
getSystemService
(
/developers/samples/android/ui/actionbar/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneBarActivity.java
37
.
getSystemService
(LAYOUT_INFLATER_SERVICE);
DoneButtonActivity.java
38
.
getSystemService
(LAYOUT_INFLATER_SERVICE);
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsInstrumentationTest.java
67
.
getSystemService
(Context.ACTIVITY_SERVICE);
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/
NotificationUtil.java
68
(NotificationManager) context.
getSystemService
(Context.NOTIFICATION_SERVICE);
/developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java
61
(NotificationManager) context.
getSystemService
(Context.NOTIFICATION_SERVICE);
/development/apps/Development/src/com/android/development/
ArrayAdapter.java
31
mInflater = (LayoutInflater)context.
getSystemService
(
/development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java
86
mAlarmManager = (AlarmManager)
getSystemService
(ALARM_SERVICE);
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java
68
((NotificationManager)
getSystemService
(NOTIFICATION_SERVICE))
PrintHtmlFromScreen.java
88
PrintManager printManager = (PrintManager)
getSystemService
(
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
SoftInputWindowManager.java
43
mContext.
getSystemService
(DisplayManager.class).getDisplay(displayId);
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
AppListAdapter.java
37
mInflater = (LayoutInflater) context.
getSystemService
(Context.LAYOUT_INFLATER_SERVICE);
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
MainActivity.java
35
(DevicePolicyManager)
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java
84
(SearchManager)
getSystemService
(Context.SEARCH_SERVICE);
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
EnableProfileActivity.java
48
(DevicePolicyManager)
getSystemService
(Context.DEVICE_POLICY_SERVICE);
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java
96
NotificationManager notificationManager = (NotificationManager)
getSystemService
(
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncUtils.java
55
(AccountManager) context.
getSystemService
(Context.ACCOUNT_SERVICE);
/development/samples/browseable/DoneBar/src/com.example.android.donebar/
DoneBarActivity.java
37
.
getSystemService
(LAYOUT_INFLATER_SERVICE);
DoneButtonActivity.java
38
.
getSystemService
(LAYOUT_INFLATER_SERVICE);
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java
84
getActivity().
getSystemService
(getActivity().ALARM_SERVICE);
/device/google/atv/TvProvision/src/com/android/tv/provision/
DefaultActivity.java
56
UserManager userManager = (UserManager)
getSystemService
(Context.USER_SERVICE);
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
ConnectivityChecker.java
47
ConnectivityManager connManager = (ConnectivityManager) mContext.
getSystemService
(Context.CONNECTIVITY_SERVICE);
Completed in 1289 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>