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

1 2 3 4 5 6 7 8

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
PackageManagerAdapter.java 45 public ServiceInfo getServiceInfo(ComponentName className, int flags, int userId)
47 return mIPackageManager.getServiceInfo(className, flags, userId);
50 public ServiceInfo getServiceInfo(ComponentName component, int flags)
52 return mPackageManager.getServiceInfo(component, flags);
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTestA11yService.java 52 if (getServiceInfo() == null) {
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputInfoTest.java 42 && TextUtils.equals(info1.getServiceInfo().packageName,
43 info2.getServiceInfo().packageName)
44 && TextUtils.equals(info1.getServiceInfo().name, info2.getServiceInfo().name)
62 if (info.getServiceInfo().name.equals(
87 // Test getServiceInfo
88 assertEquals(getContext().getPackageManager().getServiceInfo(componentName, 0).name,
89 mStubInfo.getServiceInfo().name);
106 assertEquals(mStubInfo.getServiceInfo().name, infoFromParcel.getServiceInfo().name)
    [all...]
StubTunerTvInputService.java 49 if (!info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
72 if (!info.getServiceInfo().name.equals(StubTunerTvInputService.class.getName())) {
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java 199 return getServiceInfo(serviceType, ServiceInfoKey.STATE, ServiceState.UNKNOWN);
213 return getServiceInfo(serviceType, ServiceInfoKey.SERVICE_CONTACT, "");
227 return getServiceInfo(serviceType, ServiceInfoKey.TIMESTAMP, 0L);
310 private String getServiceInfo(int serviceType, String infoKey, String defaultValue) {
319 private long getServiceInfo(int serviceType, String infoKey, long defaultValue) {
328 private int getServiceInfo(int serviceType, String infoType, int defaultValue) {
336 private Uri getServiceInfo(int serviceType, String infoKey, Uri defaultValue) {
  /cts/tests/accessibility/src/android/view/accessibility/cts/
SpeakingAccessibilityService.java 38 final AccessibilityServiceInfo info = getServiceInfo();
VibratingAccessibilityService.java 38 final AccessibilityServiceInfo info = getServiceInfo();
  /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 52 this(pm, pm.getServiceInfo(comp, PackageManager.GET_META_DATA));
63 ServiceInfo si = AppGlobals.getPackageManager().getServiceInfo(comp,
159 public ServiceInfo getServiceInfo() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
AccessibilityServiceConnectionTest.java 132 assertFalse(mConnection.getServiceInfo().crashed);
134 assertTrue(mConnection.getServiceInfo().crashed);
137 assertFalse(mConnection.getServiceInfo().crashed);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/utils/
Utils.java 75 return info.getServiceInfo().name;
84 ServiceInfo si = info.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...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ServiceInfoTest.java 39 ServiceInfo serviceInfo = pm.getServiceInfo(componentName, 0);
  /packages/apps/Settings/src/com/android/settings/notification/
SuppressorHelper.java 39 final ServiceInfo info = pm.getServiceInfo(suppressor, 0);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
SuppressorHelperTest.java 53 when(mPackageManager.getServiceInfo(mSuppressor, 0)).thenReturn(mServiceInfo);
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 65 AccessibilityServiceInfo getServiceInfo();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 126 ServiceInfo si = mContext.getPackageManager().getServiceInfo(
131 si = mContext.getPackageManager().getServiceInfo(cn, 0);
  /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/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 57 AccessibilityServiceInfo info = getInstrumentation().getUiAutomation().getServiceInfo();
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 119 assertService(resolveInfo.serviceInfo, mInputMethodInfo.getServiceInfo());
200 assertService(mInputMethodInfo.getServiceInfo(), imi.getServiceInfo());
242 final ServiceInfo serviceInfo = imi.getServiceInfo();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
MagnificationService.java 142 final AccessibilityServiceInfo info = getServiceInfo();
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 74 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
AccessibilityServiceConnectionImpl.java 79 public AccessibilityServiceInfo getServiceInfo() {
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/testutils/
TvShadowActivityThread.java 35 * A copy of roboletric ShadowActivityThread, added getActivityInfo, getServiceInfo
79 } else if (method.getName().equals("getServiceInfo")) {
86 .getServiceInfo(className, flags);

Completed in 2575 milliseconds

1 2 3 4 5 6 7 8