HomeSort by relevance Sort by last modified time
    Searched refs:getServiceIntent (Results 1 - 5 of 5) 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));
  /packages/apps/Settings/src/com/android/settings/location/
InjectedSetting.java 101 public Intent getServiceIntent() {
SettingsInjector.java 443 Intent intent = setting.getServiceIntent();
  /packages/apps/Email/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 209 milliseconds