HomeSort by relevance Sort by last modified time
    Searched defs:getServiceIntent (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
OnePlayerService.java 26 public static Intent getServiceIntent(Context context) {
33 return getServiceIntent(this);
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 139 private static Intent getServiceIntent(Context c) {
163 c.startService(getServiceIntent(c));
171 c.stopService(getServiceIntent(c));
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 139 private static Intent getServiceIntent(Context c) {
163 c.startService(getServiceIntent(c));
171 c.stopService(getServiceIntent(c));
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserFragment.java 139 private static Intent getServiceIntent(Context c) {
163 c.startService(getServiceIntent(c));
171 c.stopService(getServiceIntent(c));
  /packages/apps/Settings/src/com/android/settings/location/
InjectedSetting.java 111 public Intent getServiceIntent() {
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java 83 private Intent getServiceIntent(@NonNull UserHandle userHandle) throws Exception {
139 Intent serviceIntent = getServiceIntent(userHandle);
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 92 final Intent serviceIntent = getServiceIntent(info);
104 final Intent serviceIntent = getServiceIntent(info);
115 final Intent serviceIntent = getServiceIntent(info);
159 final Intent serviceIntent = getServiceIntent(info);
163 private static Intent getServiceIntent(EmailServiceInfo info) {
247 final Intent serviceIntent = getServiceIntent(info);
    [all...]

Completed in 2999 milliseconds