Searched refs:SettingInjectorService (Results 1 – 5 of 5) sorted by relevance
29 import android.location.SettingInjectorService;125 Intent intent = new Intent(SettingInjectorService.ACTION_SERVICE_INTENT); in getSettings()237 parser = si.loadXmlMetaData(pm, SettingInjectorService.META_DATA_NAME); in parseServiceInfo()239 throw new XmlPullParserException("No " + SettingInjectorService.META_DATA_NAME in parseServiceInfo()251 if (!SettingInjectorService.ATTRIBUTES_NAME.equals(nodeName)) { in parseServiceInfo()253 + SettingInjectorService.ATTRIBUTES_NAME + " tag"); in parseServiceInfo()274 TypedArray sa = res.obtainAttributes(attrs, android.R.styleable.SettingInjectorService); in parseAttributes()457 boolean enabled = bundle.getBoolean(SettingInjectorService.ENABLED_KEY, true); in handleMessage()458 String summary = bundle.getString(SettingInjectorService.SUMMARY_KEY); in handleMessage()512 intent.putExtra(SettingInjectorService.MESSENGER_KEY, messenger); in startService()
85 public abstract class SettingInjectorService extends Service { class142 public SettingInjectorService(String name) { in SettingInjectorService() method in SettingInjectorService
23535 Landroid/location/SettingInjectorService;->ENABLED_KEY:Ljava/lang/String;23536 Landroid/location/SettingInjectorService;->MESSENGER_KEY:Ljava/lang/String;23537 Landroid/location/SettingInjectorService;->mName:Ljava/lang/String;23538 Landroid/location/SettingInjectorService;->onHandleIntent(Landroid/content/Intent;)V23539 Landroid/location/SettingInjectorService;->sendStatus(Landroid/content/Intent;Z)V23540 Landroid/location/SettingInjectorService;->TAG:Ljava/lang/String;44634 Landroid/R$styleable;->SettingInjectorService:[I81995 Lcom/android/internal/R$styleable;->SettingInjectorService:[I
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
20996 public abstract class SettingInjectorService extends android.app.Service {20997 ctor public SettingInjectorService(String);21005 …field public static final String ACTION_SERVICE_INTENT = "android.location.SettingInjectorService";21007 field public static final String META_DATA_NAME = "android.location.SettingInjectorService";