HomeSort by relevance Sort by last modified time
    Searched defs:queryIntentServicesAsUser (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/java/android/content/pm/
AppsQueryHelper.java 137 final List<ResolveInfo> resolveInfos = queryIntentServicesAsUser(
194 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) {
PackageManager.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 149 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wrapper/
PackageManagerWrapper.java 126 * Calls {@code PackageManager.queryIntentServicesAsUser}
128 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int i, int user) {
129 return mPm.queryIntentServicesAsUser(intent, i, user);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationAssistantsTest.java 93 when(mPm.queryIntentServicesAsUser(any(), anyInt(), anyInt()))
ManagedServicesTest.java 673 when(mPm.queryIntentServicesAsUser(any(), anyInt(), eq(userId))).
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallScreeningServiceFilterTest.java 119 when(mPackageManager.queryIntentServicesAsUser(nullable(Intent.class), anyInt(), anyInt()))
139 when(mPackageManager.queryIntentServicesAsUser(nullable(Intent.class), anyInt(), anyInt()))
  /frameworks/base/tests/net/java/com/android/server/connectivity/
VpnTest.java 380 when(mPackageManager.queryIntentServicesAsUser(any(), eq(PackageManager.GET_META_DATA),
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplicationPackageManager.java 281 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
PackageManagerStub.java 451 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
  /frameworks/base/test-mock/src/android/test/mock/
MockPackageManager.java 480 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePackageManager.java 447 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageManagerTest.java 667 public void queryIntentServicesAsUser() {
671 List<ResolveInfo> services = packageManager.queryIntentServicesAsUser(i, 0, 0);
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 345 milliseconds