HomeSort by relevance Sort by last modified time
    Searched refs:getServiceInfo (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputInfoTest.java 42 if (info.getServiceInfo().name.equals(
101 mStubInfo.getServiceInfo().loadIcon(mPackageManager).getConstantState());
109 mStubInfo.getServiceInfo().loadLabel(mPackageManager));
TvInputManagerTest.java 42 if (info.getServiceInfo().name.equals(name)) {
StubTunerTvInputService.java 49 if (!info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
72 if (!info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
  /external/jmdns/src/javax/jmdns/
JmDNS.java 185 public abstract ServiceInfo getServiceInfo(String type, String name);
200 public abstract ServiceInfo getServiceInfo(String type, String name, long timeout);
215 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent);
232 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout);
  /frameworks/base/services/core/java/com/android/server/accounts/
IAccountAuthenticatorCache.java 42 RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> getServiceInfo(
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionServiceInfo.java 49 this(pm, pm.getServiceInfo(comp, PackageManager.GET_META_DATA));
54 this(pm, AppGlobals.getPackageManager().getServiceInfo(comp,
129 public ServiceInfo getServiceInfo() {
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 65 AccessibilityServiceInfo getServiceInfo();
AccessibilityService.java 569 public final AccessibilityServiceInfo getServiceInfo() {
574 return connection.getServiceInfo();
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 203 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean)
206 public ServiceInfo getServiceInfo(boolean persistent) {
208 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
248 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean)
251 public ServiceInfo getServiceInfo(boolean persistent) {
253 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent);
390 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean)
393 public ServiceInfo getServiceInfo(boolean persistent) {
405 ServiceInfo info = this.getServiceInfo(false);
490 * @see javax.jmdns.impl.DNSRecord#getServiceInfo(boolean
    [all...]
JmDNSImpl.java 710 public ServiceInfo getServiceInfo(String type, String name) {
711 return this.getServiceInfo(type, name, false, DNSConstants.SERVICE_INFO_TIMEOUT);
718 public ServiceInfo getServiceInfo(String type, String name, long timeout) {
719 return this.getServiceInfo(type, name, false, timeout);
726 public ServiceInfo getServiceInfo(String type, String name, boolean persistent) {
727 return this.getServiceInfo(type, name, persistent, DNSConstants.SERVICE_INFO_TIMEOUT);
734 public ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout) {
761 ServiceInfoImpl cachedInfo = (ServiceInfoImpl) ((DNSRecord) pointerEntry).getServiceInfo(persistent);
770 ServiceInfo cachedServiceEntryInfo = ((DNSRecord) serviceEntry).getServiceInfo(persistent);
779 ServiceInfo cachedAddressInfo = ((DNSRecord) addressEntry).getServiceInfo(persistent)
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 54 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
  /cts/tests/tests/content/src/android/content/pm/cts/
ServiceInfoTest.java 39 ServiceInfo serviceInfo = pm.getServiceInfo(componentName, 0);
  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
MockTvProviderContext.java 35 public ServiceInfo getServiceInfo(ComponentName className, int flags) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 126 ServiceInfo si = mContext.getPackageManager().getServiceInfo(
131 si = mContext.getPackageManager().getServiceInfo(cn, 0);
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 162 recognizerInfo = pm.getServiceInfo(curRecognizer, 0, userHandle);
164 interactorInfo = pm.getServiceInfo(curInteractor, 0, userHandle);
180 setCurInteractor(new ComponentName(curInteractorInfo.getServiceInfo().packageName,
181 curInteractorInfo.getServiceInfo().name), userHandle);
184 new ComponentName(curInteractorInfo.getServiceInfo().packageName,
271 if (recognizer == null || info.getServiceInfo().packageName.equals(
279 foundInfo.getServiceInfo().packageName,
280 foundInfo.getServiceInfo().name)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupABFragment.java 83 EmailServiceUtils.getServiceInfo(context, mUserProtocol).name;
85 EmailServiceUtils.getServiceInfo(context, mProviderProtocol).name;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 100 assertService(resolveInfo.serviceInfo, mInputMethodInfo.getServiceInfo());
174 assertService(mInputMethodInfo.getServiceInfo(), imi.getServiceInfo());
212 if ((imi.getServiceInfo().applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) == 0) {
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 75 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSubtypePreference.java 45 imi.getPackageName(), imi.getServiceInfo().applicationInfo);
InputMethodPreference.java 205 context, mImi.getPackageName(), mImi.getServiceInfo().applicationInfo);
220 final CharSequence label = imi.getServiceInfo().applicationInfo.loadLabel(
SpellCheckersSettings.java 134 getActivity(), sci.getPackageName(), sci.getServiceInfo().applicationInfo);
150 (sci.getServiceInfo().applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 78 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
  /frameworks/base/services/core/java/com/android/server/content/
SyncQueue.java 68 final ServiceInfo<SyncAdapterType> syncAdapterInfo = mSyncAdapters.getServiceInfo(
88 mPackageManager.getServiceInfo(info.service, 0);
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 90 EmailServiceInfo info = getServiceInfo(context, protocol);
102 EmailServiceInfo info = getServiceInfo(context, protocol);
156 EmailServiceInfo info = getServiceInfo(context, protocol);
233 info = getServiceInfo(context, protocol);
254 return getServiceInfo(context, protocol);
257 public static EmailServiceInfo getServiceInfo(Context context, String protocol) {
323 final EmailServiceInfo info = getServiceInfo(context, hostAuth.mProtocol);
    [all...]
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 111 imi.getServiceInfo().applicationInfo));

Completed in 622 milliseconds

1 2 3 4