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

  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
OnePlayerService.java 26 public static Intent getServiceIntent(Context context) {
33 return getServiceIntent(this);
OnePlayerActivity.java 68 mPlayer = new PlayerController(this, OnePlayerService.getServiceIntent(this));
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 63 startService(getServiceIntent().setAction(ToyVpnService.ACTION_DISCONNECT));
70 startService(getServiceIntent().setAction(ToyVpnService.ACTION_CONNECT));
74 private Intent getServiceIntent() {
  /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));
  /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/Settings/src/com/android/settings/location/
InjectedSetting.java 100 public Intent getServiceIntent() {
SettingsInjector.java 548 Intent intent = setting.getServiceIntent();
  /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 1087 milliseconds