/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_response.cpp | 114 const RadioResponseInfo& info) { in hangupForegroundResumeBackgroundResponse() 317 const RadioResponseInfo& info) { in setNetworkSelectionModeAutomaticResponse() 330 const RadioResponseInfo& info, in getAvailableNetworksResponse() 381 const RadioResponseInfo& info, in getDataCallListResponse() 425 const RadioResponseInfo& info, in getAvailableBandModesResponse() 446 const RadioResponseInfo& info) { in handleStkCallSetupRequestFromSimResponse() 472 const RadioResponseInfo& info, in getNeighboringCidsResponse() 556 const RadioResponseInfo& info, in getGsmBroadcastConfigResponse() 576 const RadioResponseInfo& info, in getCdmaBroadcastConfigResponse() 676 const RadioResponseInfo& info) { in acknowledgeIncomingGsmSmsWithPduResponse() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | CompatibilityModeTest.java | 73 final ApplicationInfo info = in testGlobalCompatModeEnabled_oldApp_supportAllScreens_usesCompatMode() local 84 final ApplicationInfo info = in testGlobalCompatModeEnabled_oldApp_supportSomeScreens_usesCompatMode() local 93 final ApplicationInfo info = in testGlobalCompatModeEnabled_oldApp_supportOnlyOneScreen_usesCompatMode() local 101 final ApplicationInfo info = in testGlobalCompatModeEnabled_oldApp_DoesntSupportAllScreens_usesCompatMode() local 112 final ApplicationInfo info = in testGlobalCompatModeDisabled_oldApp_supportAllScreens_usesCompatMode() local 123 final ApplicationInfo info = in testGlobalCompatModeDisabled_oldApp_supportSomeScreens_usesCompatMode() local 132 final ApplicationInfo info = in testGlobalCompatModeDisabled_oldApp_supportOnlyOneScreen_usesCompatMode() local 140 final ApplicationInfo info = in testGlobalCompatModeDisabled_oldApp_doesntSupportAllScreens_usesCompatMode() local 178 final ApplicationInfo info = in testGlobalCompatModeEnabled_newApp_doesntSupportAllScreens_usesCompatMode() local 214 final ApplicationInfo info = in testGlobalCompatModeDisabled_newApp_doesntSupportAllScreens_doesntUseCompatMode() local [all …]
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ShortcutUtil.java | 29 public static boolean supportsShortcuts(ItemInfo info) { in supportsShortcuts() 36 public static boolean supportsDeepShortcuts(ItemInfo info) { in supportsDeepShortcuts() 43 public static String getShortcutIdIfPinnedShortcut(ItemInfo info) { in getShortcutIdIfPinnedShortcut() 51 public static String[] getPersonKeysIfPinnedShortcut(ItemInfo info) { in getPersonKeysIfPinnedShortcut() 59 public static boolean isDeepShortcut(ItemInfo info) { in isDeepShortcut() 64 private static boolean isActive(ItemInfo info) { in isActive() 70 private static boolean isApp(ItemInfo info) { in isApp() 74 private static boolean isPinnedShortcut(ItemInfo info) { in isPinnedShortcut()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/ |
H A D | VendorServiceInfoTest.java | 62 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME); in testServiceNameWithDefaults() local 74 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=start"); in startService() local 83 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=bind"); in bindService() local 90 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=startForeground"); in startServiceInForeground() local 97 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#trigger=asap"); in triggerAsap() local 103 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#trigger=userUnlocked"); in triggerUnlocked() local 115 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#user=foreground"); in userScopeForeground() local 122 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#user=system"); in userScopeSystem() local 129 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#user=all"); in userScopeAll() local 142 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME in allArgs() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
H A D | BatteryInfoTest.java | 104 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, in testGetBatteryInfo_hasStatusLabel() local 115 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime() local 124 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_doNotShowChargingMethod_noRemainingTime() local 229 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_charging_usesChargeTime() local 241 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_pluggedInWithFullBattery_onlyShowBatteryLevel() local 256 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_chargingWithOverheated_updateChargeLabel() local 291 private void assertOnlyHistory(BatteryInfo info) { in assertOnlyHistory() 302 private void assertHistoryAndLinearProjection(BatteryInfo info) { in assertHistoryAndLinearProjection() 319 private void assertHistoryAndEnhancedProjection(BatteryInfo info) { in assertHistoryAndEnhancedProjection() 348 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, in getBatteryInfo() local [all …]
|
/aosp12/system/memory/libmemunreachable/tests/ |
H A D | MemUnreachable_test.cpp | 83 UnreachableMemoryInfo info; in TEST_F() local 98 UnreachableMemoryInfo info; in TEST_F() local 107 UnreachableMemoryInfo info; in TEST_F() local 116 UnreachableMemoryInfo info; in TEST_F() local 131 UnreachableMemoryInfo info; in TEST_F() local 140 UnreachableMemoryInfo info; in TEST_F() local 149 UnreachableMemoryInfo info; in TEST_F() local 164 UnreachableMemoryInfo info; in TEST_F() local 173 UnreachableMemoryInfo info; in TEST_F() local 182 UnreachableMemoryInfo info; in TEST_F() local [all …]
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/ |
H A D | InputMethodUtilTest.java | 136 InputMethodInfo info = createMockInputMethodInfoWithSubtypes( in getPermittedAndEnabledInputMethodList_noPermittedMethods_returnsEmptyList() local 169 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getPackageIcon_hasApplicationIcon() local 177 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getPackageIcon_noApplicationIcon() local 187 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getPackageLabel() local 195 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getSummaryString() local 203 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in isInputMethodEnabled_isDisabled_returnsFalse() local 212 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in isInputMethodEnabled_isEnabled_returnsTrue() local 221 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in enableInputMethod_alreadyEnabled_remainsUnchanged() local 224 InputMethodUtil.enableInputMethod(mContext.getContentResolver(), info); in enableInputMethod_alreadyEnabled_remainsUnchanged() local 238 InputMethodUtil.enableInputMethod(mContext.getContentResolver(), info); in enableInputMethod_noEnabledInputMethods_addsIME() local [all …]
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/ |
H A D | LauncherAppWidgetProviderInfoTest.java | 63 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minWidthSmallerThanCellWidth_shouldInitializeSpansToOne() local 76 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minWidthLargerThanCellWidth_shouldInitializeSpans() local 90 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minWidthLargerThanGridColumns_shouldInitializeSpansToAtMostTheGridColumns() local 103 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minHeightLargerThanGridRows_shouldInitializeSpansToAtMostTheGridRows() local 116 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minResizeWidthUnspecified_shouldInitializeMinSpansToOne() local 127 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minResizeWidthSmallerThanCellWidth_shouldInitializeMinSpansToOne() local 142 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minResizeWidthLargerThanCellWidth_shouldInitializeMinSpans() local 166 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans() local 188 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans() local 203 LauncherAppWidgetProviderInfo info = new LauncherAppWidgetProviderInfo(); in initSpans_minResizeWidthHeightLargerThanMinWidth_shouldUseMinWidthHeightAsMinSpans() local [all …]
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
H A D | InfoMediaManagerTest.java | 105 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onRouteAdded_getAvailableRoutes_shouldAddMediaDevice() local 126 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onRouteAdded_buildAllRoutes_shouldAddMediaDevice() local 156 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onPreferredFeaturesChanged_samePackageName_shouldAddMediaDevice() local 192 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onRoutesChanged_getAvailableRoutes_shouldAddMediaDevice() local 213 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onRoutesChanged_buildAllRoutes_shouldAddMediaDevice() local 235 final MediaRoute2Info info = mock(MediaRoute2Info.class); in connectDeviceWithoutPackageName_noSession_returnFalse() local 256 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onRoutesRemoved_getAvailableRoutes_shouldAddMediaDevice() local 277 final MediaRoute2Info info = mock(MediaRoute2Info.class); in onRoutesRemoved_buildAllRoutes_shouldAddMediaDevice() local 487 final RoutingSessionInfo info = null; in getSessionVolumeMax_routeSessionInfoIsNull_returnNotFound() local 519 final RoutingSessionInfo info = null; in getSessionVolume_routeSessionInfoIsNull_returnNotFound() local [all …]
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/utils/ |
H A D | PowerUtilTest.java | 63 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_moreThanFifteenMinutes_withPercentage() local 89 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_moreThanFifteenMinutes_noPercentage() local 115 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_lessThanSevenMinutes_usesCorrectString() local 132 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_betweenSevenAndFifteenMinutes_usesCorrectString() local 149 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_betweenOneAndTwoDays_usesCorrectString() local 172 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_lessThanOneDay_usesCorrectString() local 195 String info = PowerUtil.getBatteryRemainingStringFormatted(mContext, in testGetBatteryRemainingStringFormatted_moreThanTwoDays_usesCorrectString() local 212 String info = PowerUtil.getBatteryTipStringFormatted(mContext, in getBatteryTipStringFormatted_moreThanOneDay_usesCorrectString() local 220 String info = PowerUtil.getBatteryTipStringFormatted(mContext, in getBatteryTipStringFormatted_lessThanOneDay_usesCorrectString() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | PackageDynamicCodeLoadingTests.java | 72 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRecord() local 110 PackageDynamicCodeLoading info = makePackageDcl(entry1); in testRecord_changeUserForFile_throws() local 148 PackageDynamicCodeLoading info = makePackageDcl(entries); in testClear() local 162 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRemovePackage_present() local 172 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRemovePackage_notPresent() local 181 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRemoveUserPackage_notPresent() local 195 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRemoveUserPackage_presentWithNoOtherUsers() local 210 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRemoveUserPackage_presentWithUsers() local 227 PackageDynamicCodeLoading info = makePackageDcl(entries); in testRemoveFile_present() local 321 PackageDynamicCodeLoading info = read(inputText); in testRead_emptyPackage() local [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | VibratorInfoTest.java | 65 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testHasCapabilities() local 88 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testIsPrimitiveSupported() local 104 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testGetPrimitiveDuration() local 116 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testCompositionLimits() local 183 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testGetFrequencyRange_safeRangeLimitedByMaxFrequency() local 197 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testGetFrequencyRange_safeRangeLimitedByMinFrequency() local 211 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID) in testGetFrequencyRange_validMappingReturnsFullRelativeRange() local 225 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID).build(); in testAbsoluteFrequency_emptyMappingReturnsNaN() local 233 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID).setFrequencyMapping( in testAbsoluteFrequency_validRangeReturnsOriginalValue() local 252 VibratorInfo info = new VibratorInfo.Builder(TEST_VIBRATOR_ID).build(); in testGetMaxAmplitude_emptyMappingReturnsOnlyResonantFrequency() local [all …]
|
H A D | VibratorTest.java | 77 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in areEffectsSupported_noVibrator_returnsAlwaysNo() local 91 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in areEffectsSupported_unsupportedInOneVibrator_returnsNo() local 103 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in areEffectsSupported_unknownInOneVibrator_returnsUnknown() local 117 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_supportedInAllVibrators_returnsYes() local 135 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_noVibrator_returnsAlwaysFalse() local 147 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_unsupportedInOneVibrator_returnsFalse() local 162 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_supportedInAllVibrators_returnsTrue() local 179 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in getPrimitivesDurations_noVibrator_returnsAlwaysZero() local 191 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in getPrimitivesDurations_unsupportedInOneVibrator_returnsZero() local 206 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in getPrimitivesDurations_supportedInAllVibrators_returnsMaxDuration() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | PredictionHelper.java | 48 public static AppTarget getAppTargetFromItemInfo(Context context, ItemInfo info) { in getAppTargetFromItemInfo() 79 AppTarget target, int action, ItemInfo info) { in wrapAppTargetWithItemLocation() 91 public static boolean isTrackedForHotseatPrediction(ItemInfo info) { in isTrackedForHotseatPrediction() 101 public static boolean isTrackedForHotseatPrediction(LauncherAtom.ItemInfo info) { in isTrackedForHotseatPrediction() 117 public static boolean isTrackedForWidgetPrediction(ItemInfo info) { in isTrackedForWidgetPrediction() 126 public static boolean isTrackedForWidgetPrediction(LauncherAtom.ItemInfo info) { in isTrackedForWidgetPrediction()
|
/aosp12/hardware/interfaces/radio/1.2/vts/functional/ |
H A D | radio_config_response.cpp | 22 const RadioResponseInfo& info, in getSimSlotsStatusResponse() 35 const RadioResponseInfo& info, const PhoneCapability& phoneCapability) { in getPhoneCapabilityResponse() 42 Return<void> RadioConfigResponse::setPreferredDataModemResponse(const RadioResponseInfo& info) { in setPreferredDataModemResponse() 48 Return<void> RadioConfigResponse::getModemsConfigResponse(const RadioResponseInfo& info, in getModemsConfigResponse() 55 Return<void> RadioConfigResponse::setModemsConfigResponse(const RadioResponseInfo& info) { in setModemsConfigResponse()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/ |
H A D | ClockInfoTest.java | 53 ClockInfo info = ClockInfo.builder().setName(name).build(); in testGetName() local 60 ClockInfo info = ClockInfo.builder().setTitle(() -> title).build(); in testGetTitle() local 67 ClockInfo info = ClockInfo.builder().setId(id).build(); in testGetId() local 73 ClockInfo info = ClockInfo.builder().setThumbnail(mMockSupplier).build(); in testGetThumbnail() local 80 ClockInfo info = ClockInfo.builder().setPreview(mMockSupplier).build(); in testGetPreview() local
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | RedactionInfoTest.cpp | 38 RedactionInfo info(0, nullptr); in TEST() local 54 RedactionInfo info(1, ranges); in TEST() local 109 RedactionInfo info = RedactionInfo(2, ranges); in TEST() local 161 RedactionInfo info = RedactionInfo(2, ranges); in TEST() local 196 RedactionInfo info = RedactionInfo(3, ranges); in TEST() local 238 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 261 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 284 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 313 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 332 RedactionInfo info = RedactionInfo(3, ranges); in TEST() local [all …]
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ScheduleConditionProviderTest.java | 68 ZenModeConfig.ScheduleInfo info = new ZenModeConfig.ScheduleInfo(); in testIsValidConditionId() local 85 ZenModeConfig.ScheduleInfo info = new ZenModeConfig.ScheduleInfo(); in testEvaluateSubscription_noAlarmExit_InSchedule() local 109 ZenModeConfig.ScheduleInfo info = new ZenModeConfig.ScheduleInfo(); in testEvaluateSubscription_noAlarmExit_InScheduleSnoozed() local 140 ZenModeConfig.ScheduleInfo info = new ZenModeConfig.ScheduleInfo(); in testEvaluateSubscription_noAlarmExit_beforeSchedule() local 163 ZenModeConfig.ScheduleInfo info = new ZenModeConfig.ScheduleInfo(); in testEvaluateSubscription_noAlarmExit_endSchedule() local 186 ZenModeConfig.ScheduleInfo info = getScheduleEndsInHour(now); in testEvaluateSubscription_alarmSetBeforeInSchedule() local 214 ZenModeConfig.ScheduleInfo info = getScheduleEndsInHour(now); in testEvaluateSubscription_alarmSetInSchedule() local 243 ZenModeConfig.ScheduleInfo info = getScheduleEndsInHour(now); in testEvaluateSubscription_earlierAlarmSet() local 272 ZenModeConfig.ScheduleInfo info = getScheduleEndsInHour(now); in testEvaluateSubscription_laterAlarmSet() local 301 ZenModeConfig.ScheduleInfo info = getScheduleEndsInHour(now); in testEvaluateSubscription_alarmCanceled() local [all …]
|
/aosp12/frameworks/base/native/graphics/jni/ |
H A D | imagedecoder.cpp | 241 static const ImageDecoder* toDecoder(const AImageDecoderHeaderInfo* info) { in toDecoder() 245 int32_t AImageDecoderHeaderInfo_getWidth(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getWidth() 252 int32_t AImageDecoderHeaderInfo_getHeight(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getHeight() 305 int AImageDecoderHeaderInfo_getAlphaFlags(const AImageDecoderHeaderInfo* info) { in AImageDecoderHeaderInfo_getAlphaFlags() 385 SkImageInfo info = toDecoder(decoder)->getOutputInfo(); in AImageDecoder_getMinimumStride() local 398 SkImageInfo info = imageDecoder->getOutputInfo(); in AImageDecoder_decodeImage() local 481 static SkCodec::FrameInfo* toFrameInfo(AImageDecoderFrameInfo* info) { in toFrameInfo() 489 void AImageDecoderFrameInfo_delete(AImageDecoderFrameInfo* info) { in AImageDecoderFrameInfo_delete() 494 AImageDecoderFrameInfo* info) { in AImageDecoder_getFrameInfo() 514 ARect AImageDecoderFrameInfo_getFrameRect(const AImageDecoderFrameInfo* info) { in AImageDecoderFrameInfo_getFrameRect() [all …]
|
/aosp12/frameworks/base/core/tests/devicestatetests/src/android/hardware/devicestate/ |
H A D | DeviceStateInfoTest.java | 47 final DeviceStateInfo info = new DeviceStateInfo(supportedStates, baseState, currentState); in create() local 60 final DeviceStateInfo info = new DeviceStateInfo(supportedStates, baseState, currentState); in equals() local 78 final DeviceStateInfo info = new DeviceStateInfo(supportedStates, baseState, currentState); in diff_sameObject() local 84 final DeviceStateInfo info = new DeviceStateInfo(new int[] { 1 }, 0, 0); in diff_differentSupportedStates() local 94 final DeviceStateInfo info = new DeviceStateInfo(new int[] { 1 }, 1, 0); in diff_differentNonOverrideState() local 104 final DeviceStateInfo info = new DeviceStateInfo(new int[] { 1 }, 0, 1); in diff_differentState() local 124 final DeviceStateInfo info = DeviceStateInfo.CREATOR.createFromParcel(parcel); in writeToParcel() local
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/managedomainurls/ |
H A D | AppLinkStatePreferenceControllerTest.java | 92 ApplicationInfo info = new ApplicationInfo(); in onCreate_isBrowserApp_isDisabled() local 109 ApplicationInfo info = new ApplicationInfo(); in onCreate_isNotBrowserApp_noDomainUrls_isDisabled() local 127 ApplicationInfo info = new ApplicationInfo(); in onCreate_isNotBrowserApp_hasDomainUrls_isEnabled() local 145 ApplicationInfo info = new ApplicationInfo(); in onCreate_isNotBrowserApp_hasDomainUrls_defaultState_entrySetToAsk() local 166 ApplicationInfo info = new ApplicationInfo(); in onCreate_isNotBrowserApp_hasDomainUrls_askState_entrySetToAsk() local 187 ApplicationInfo info = new ApplicationInfo(); in onCreate_isNotBrowserApp_hasDomainUrls_alwaysState_entrySetToAlways() local 208 ApplicationInfo info = new ApplicationInfo(); in onCreate_isNotBrowserApp_hasDomainUrls_neverState_entrySetToNever() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | IconCache.java | 121 protected boolean isInstantApp(ApplicationInfo info) { in isInstantApp() 136 PackageInfo info = mPackageManager.getPackageInfo(packageName, in updateIconsForPkg() local 164 final ItemInfoWithIcon info) { in updateIconInBackground() 209 public synchronized void getTitleAndIcon(ItemInfoWithIcon info, in getTitleAndIcon() 218 public void getShortcutIcon(ItemInfoWithIcon info, ShortcutInfo si) { in getShortcutIcon() 225 public void getUnbadgedShortcutIcon(ItemInfoWithIcon info, ShortcutInfo si) { in getUnbadgedShortcutIcon() 233 public <T extends ItemInfoWithIcon> void getShortcutIcon(T info, ShortcutInfo si, in getShortcutIcon() 305 public synchronized String getTitleNoCache(ComponentWithLabel info) { in getTitleNoCache() 424 protected void applyCacheEntry(CacheEntry entry, ItemInfoWithIcon info) { in applyCacheEntry() 430 public Drawable getFullResIcon(LauncherActivityInfo info) { in getFullResIcon() [all …]
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MapsTest.cpp | 54 MapInfo* info = maps.Get(0); in TEST() local 74 MapInfo* info = maps2.Get(0); in TEST() local 185 MapInfo* info = maps.Get(0); in TEST() local 237 MapInfo* info = maps.Get(0); in TEST() local 272 MapInfo* info = maps.Get(0); in TEST() local 337 MapInfo* info = maps.Get(0); in TEST() local 370 MapInfo* info = maps.Get(0); in TEST() local 412 MapInfo* info = maps.Get(0); in TEST() local 504 MapInfo* info = maps.Get(i); in TEST() local 554 MapInfo* info = maps.Get(i); in TEST() local [all …]
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
H A D | CarVolumeGroupMutingTest.java | 175 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withNoGroupMuted_forSingleZone_setsEmptyMutedDevices() local 192 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withNoGroupMuted_forSingleZone_setsAllDeviceUnMuted() local 210 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withMusicGroupMuted_forSingleZone_setsMusicDeviceToMuted() local 227 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withMusicGroupMuted_forSingleZone_setOtherDeviceToUnMuted() local 245 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withAllGroupsMuted_forSingleZone_setsAllDevicesMuted() local 263 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withAllGroupsMuted_forSingleZone_setsUnMutedDevicesToEmpty() local 373 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(mPrimaryAudioZone, in generateMutingInfoFromZone_withNoGroupsMuted_returnsEmptyMutedList() local 417 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(primaryZone, in generateMutingInfoFromZone_withMutedMultiDeviceGroup_returnsAllDevicesMuted() local 434 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(primaryZone, in generateMutingInfoFromZone_withUnMutedMultiDeviceGroup_returnsAllDevicesUnMuted() local 451 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(primaryZone, in generateMutingInfoFromZone_mutingRestricted_mutesAllNonCriticalDevices() local [all …]
|
H A D | CarAudioDeviceInfoTest.java | 117 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getSampleRate_withMultipleSampleRates_returnsMax() local 128 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getSampleRate_withNullSampleRate_returnsDefault() local 138 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getAudioDevicePort_returnsValueFromDeviceInfo() local 146 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getAddress_returnsValueFromDeviceInfo() local 154 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getMaxGain_returnsValueFromDeviceInfo() local 162 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getMinGain_returnsValueFromDeviceInfo() local 170 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getDefaultGain_returnsValueFromDeviceInfo() local 178 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getStepValue_returnsValueFromDeviceInfo() local 186 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getChannelCount_withNoChannelMasks_returnsOne() local 198 CarAudioDeviceInfo info = new CarAudioDeviceInfo(audioDeviceInfo); in getChannelCount_withMultipleChannels_returnsHighestCount() local [all …]
|