HomeSort by relevance Sort by last modified time
    Searched refs:queryIntentServicesAsUser (Results 26 - 50 of 53) sorted by null

12 3

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 460 }).when(mPackageManager).queryIntentServicesAsUser((Intent) any(), anyInt(), anyInt());
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 426 mContext.getPackageManager().queryIntentServicesAsUser(
498 mContext.getPackageManager().queryIntentServicesAsUser(
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java     [all...]
PhoneAccountRegistrar.java 540 return pm.queryIntentServicesAsUser(intent, 0, userHandle.getIdentifier());
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 412 return pm.queryIntentServicesAsUser(new Intent(mInterfaceName),
PackageManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 446 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
    [all...]
ZenModeHelper.java 422 List<ResolveInfo> installedServices = mPm.queryIntentServicesAsUser(
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java 687 .queryIntentServicesAsUser(intent,
    [all...]
UserState.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsApplication.java 273 List<ResolveInfo> respondServices = packageManager.queryIntentServicesAsUser(intent, 0,
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java 460 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 523 }).when(mPackageManager).queryIntentServicesAsUser((Intent) any(), anyInt(), anyInt());
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredNfcFServicesCache.java 228 List<ResolveInfo> resolvedServices = pm.queryIntentServicesAsUser(
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 262 final List<ResolveInfo> services = pm.queryIntentServicesAsUser(
    [all...]
InputMethodManagerService.java     [all...]
LocationManagerService.java 514 List<ResolveInfo> rInfos = pm.queryIntentServicesAsUser(
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 608 List<ResolveInfo> resolveInfos = pm.queryIntentServicesAsUser(TRUST_AGENT_INTENT,
    [all...]
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-3.1.1.jar 
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 269 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 886 milliseconds

12 3