Home
last modified time | relevance | path

Searched defs:infoList (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/content/pm/
DComponentTest.java169 final List<ResolveInfo> infoList = in testQueryDisabledActivity() local
189 final List<ResolveInfo> infoList = in testQueryEnabledActivity() local
248 final List<ResolveInfo> infoList = in testEnableActivity() local
276 final List<ResolveInfo> infoList = in testDisableActivity() local
316 final List<ResolveInfo> infoList = in testQueryDisabledService() local
336 final List<ResolveInfo> infoList = in testQueryEnabledService() local
426 final List<ResolveInfo> infoList = in testQueryDisabledReceiver() local
446 final List<ResolveInfo> infoList = in testQueryEnabledReceiver() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DProxyAccessibilityServiceConnectionTest.java140 final List<AccessibilityServiceInfo> infoList = in testSetInstalledAndEnabledServices_returnList() local
155 final List<AccessibilityServiceInfo> infoList = in testSetInstalledAndEnabledServices_defaultNamesPopulated() local
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityWorkProfileTest.java234 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithOtherProfile() local
245 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTest() local
DChooserActivityWorkProfileTest.java242 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithOtherProfile() local
253 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTest() local
DResolverActivityTest.java1322 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTest() local
1333 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsWithCloneProfileForTest() local
1347 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithOtherProfile() local
1361 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithOtherProfile() local
DChooserActivityTest.java3031 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTest() local
3042 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsWithCloneProfileForTest() local
3056 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithOtherProfile() local
3071 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithOtherProfile() local
3087 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTestWithUserId() local
DResolverListControllerTest.java344 List<ResolvedComponentInfo> infoList = new ArrayList<>(numberOfResults); in createResolvedComponentsForTest() local
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DActivityTile.java60 final List<ResolveInfo> infoList = in getComponentInfo() local
DProviderTile.java73 final List<ResolveInfo> infoList = in getComponentInfo() local
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DPhoneCallStateHandler.java120 List<SubscriptionInfo> infoList = mSubscriptionManager.getActiveSubscriptionInfoList(); in checkCallStatus() local
/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java347 public abstract long calculateSizeForCompressedApex(CompressedApexInfoList infoList) in calculateSizeForCompressedApex()
354 public abstract void reserveSpaceForCompressedApex(CompressedApexInfoList infoList) in reserveSpaceForCompressedApex()
874 public long calculateSizeForCompressedApex(CompressedApexInfoList infoList) in calculateSizeForCompressedApex()
880 public void reserveSpaceForCompressedApex(CompressedApexInfoList infoList) in reserveSpaceForCompressedApex()
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
DAccessibilityShortcutInfoTest.java158 final List<AccessibilityShortcutInfo> infoList = accessibilityManager in getAccessibilityShortcutInfo() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/
DHideDisplayCutoutOrganizerTest.java117 ArrayList<DisplayAreaAppearedInfo> infoList = new ArrayList<>(); in setUp() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecNetwork.java330 ArrayList<HdmiDeviceInfo> infoList = new ArrayList<>(); in getDeviceInfoList() local
356 ArrayList<HdmiDeviceInfo> infoList = new ArrayList<>(); in getInputDevices() local
800 ArrayList<HdmiDeviceInfo> infoList = new ArrayList<>(); in getSafeCecDevicesLocked() local
DHotplugDetectionAction.java205 List<HdmiDeviceInfo> infoList, boolean audioOnly, boolean requirePhysicalAddress) { in infoListToBitSet()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHapClientProfileTest.java459 final List<BluetoothHapPresetInfo> infoList = mProfile.getAllPresetInfo(mBluetoothDevice); in getAllPresetInfo_verifyIsCalledAndReturnCorrectList() local
/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java120 List<InputMethodInfo> infoList = imm.getEnabledInputMethodList(); in getActiveIme() local
/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java483 public Builder setGnssExcessPathInfoList(@NonNull List<GnssExcessPathInfo> infoList) { in setGnssExcessPathInfoList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java550 List<SubscriptionInfo> infoList = mSubscriptionManagerService.getSubscriptionsInGroup( in onSubscriptionGroupChanged() local
1052 List<SubscriptionInfo> infoList = null; in setUserDataEnabledForGroup() local
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlServiceWrapper.java356 public void setPortInfo(@NonNull List<HdmiPortInfo> infoList) { in setPortInfo()
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java400 private void endChangeAnimation(List<ChangeInfo> infoList, ViewHolder item) { in endChangeAnimation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthControllerTest.java1564 List<SignalThresholdInfo> infoList = new ArrayList<>(); in createTestSignalStrengthUpdateRequest() local
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java990 CompressedApexInfoList infoList = new CompressedApexInfoList(); in getCompressedApexInfoList() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutListSearch.java555 List<ShortcutKeyGroupMultiMappingInfo> infoList = Arrays.asList( in getMultiMappingSystemShortcuts() local
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java550 List<ResolveInfo> infoList = mContext.getPackageManager() in getApplicationInfoForIntent() local

12