/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryInfoTest.java | 112 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, in testGetBatteryInfo_hasStatusLabel() local 123 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_doNotShowChargingMethod_hasRemainingTime() local 132 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_doNotShowChargingMethod_noRemainingTime() local 142 BatteryInfo info = BatteryInfo.getBatteryInfoOld(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_pluggedInUsingShortString_usesCorrectData() local 154 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mDisChargingBatteryBroadcast, in testGetBatteryInfo_basedOnUsageTrueMoreThanFifteenMinutes_usesCorrectString() local 173 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mDisChargingBatteryBroadcast, in testGetBatteryInfo_basedOnUsageTrueLessThanSevenMinutes_usesCorrectString() local 194 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mDisChargingBatteryBroadcast, in getBatteryInfo_MoreThanOneDay_suggestionLabelIsCorrectString() local 207 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mDisChargingBatteryBroadcast, in testGetBatteryInfo_basedOnUsageTrueBetweenSevenAndFifteenMinutes_usesCorrectString() local 222 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mDisChargingBatteryBroadcast, in testGetBatteryInfo_basedOnUsageFalse_usesDefaultString() local 238 BatteryInfo info = BatteryInfo.getBatteryInfo(mContext, mChargingBatteryBroadcast, in testGetBatteryInfo_charging_usesChargeTime() local [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/ |
D | VendorServiceInfoTest.java | 58 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME); in testServiceNameWithDefaults() local 71 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=start"); in startService() local 81 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=bind"); in bindService() local 89 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#bind=startForeground"); in startServiceInForeground() local 97 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#trigger=asap"); in triggerAsap() local 104 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#trigger=userUnlocked"); in triggerUnlocked() local 111 VendorServiceInfo info = VendorServiceInfo.parse( in triggerPostUnlocked() local 125 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#user=foreground"); in userScopeForeground() local 133 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#user=system"); in userScopeSystem() local 141 VendorServiceInfo info = VendorServiceInfo.parse(SERVICE_NAME + "#user=all"); in userScopeAll() local [all …]
|
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
D | ONSStatsInfoTest.java | 36 ONSStatsInfo info; in testProvisioningResult() local 45 ONSStatsInfo info; in testDownloadResult() local 54 ONSStatsInfo info; in testPrimarySimSubId() local 61 ONSStatsInfo info; in testOppSimCarrierId() local 68 ONSStatsInfo info; in testRetryCount() local 75 ONSStatsInfo info; in testDetailedErrCode() local 82 ONSStatsInfo info; in testIsWifiConnected() local 89 ONSStatsInfo info; in testIsProvisioningResultUpdated() local
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
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()
|
D | PackageManagerHelper.java | 84 final ApplicationInfo info = getApplicationInfo( in isAppOnSdcard() local 95 final ApplicationInfo info = getApplicationInfo(packageName, user, 0); in isAppSuspended() local 104 final ApplicationInfo info = getApplicationInfo(packageName, user, 0); in isAppInstalled() local 115 ApplicationInfo info = mLauncherApps.getApplicationInfo(packageName, flags, user); in getApplicationInfo() local 138 public static boolean isAppSuspended(ApplicationInfo info) { in isAppSuspended() 221 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo() 256 ResolveInfo info = pm.resolveActivity(intent, PackageManager.MATCH_DEFAULT_ONLY); in isSystemApp() local 268 PackageInfo info = pm.getPackageInfo(packageName, 0); in isSystemApp() local 315 public static int getLoadingProgress(LauncherActivityInfo info) { in getLoadingProgress()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/ |
D | InputMethodUtilTest.java | 136 InputMethodInfo info = createMockInputMethodInfoWithSubtypes( in getPermittedAndEnabledInputMethodList_noPermittedMethods_returnsEmptyList() local 182 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getPackageIcon_hasApplicationIcon() local 190 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getPackageIcon_noApplicationIcon() local 200 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getPackageLabel() local 208 InputMethodInfo info = createMockInputMethodInfoWithSubtypes(mPackageManager, in getSummaryString() local 216 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in isInputMethodEnabled_isDisabled_returnsFalse() local 225 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in isInputMethodEnabled_isEnabled_returnsTrue() local 234 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in enableInputMethod_alreadyEnabled_remainsUnchanged() local 237 InputMethodUtil.enableInputMethod(mContext.getContentResolver(), info); in enableInputMethod_alreadyEnabled_remainsUnchanged() local 248 InputMethodInfo info = createMockInputMethodInfo(mPackageManager, PLACEHOLDER_PACKAGE_NAME); in enableInputMethod_noEnabledInputMethods_addsIME() local [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/ |
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 …]
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/info/ |
D | FiraProfileSupportInfoTest.java | 46 FiraProfileSupportInfo info = in fromBytes_noProfile() local 55 FiraProfileSupportInfo info = in fromBytes_undefinedProfile() local 64 FiraProfileSupportInfo info = FiraProfileSupportInfo.fromBytes(new byte[] {0x0, 0x0, 0x1}); in fromBytes_succeed() local 72 FiraProfileSupportInfo info = new FiraProfileSupportInfo(new FiraProfile[] {}); in toBytes_noProfile() local 81 FiraProfileSupportInfo info = in toBytes_duplicateProfile() local 92 FiraProfileSupportInfo info = new FiraProfileSupportInfo(PROFILES); in toBytes_succeed() local
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/media/ |
D | CarVolumeGroupInfoUnitTest.java | 54 CarVolumeGroupInfo info = new CarVolumeGroupInfo in build_buildsGroupInfo() local 81 CarVolumeGroupInfo info = mTestGroupInfoBuilder.setVolumeGainIndex(9_001).build(); in setVolumeGainIndex_buildsGroupInfo() local 89 CarVolumeGroupInfo info = mTestGroupInfoBuilder.setMinVolumeGainIndex(10).build(); in setMinVolumeGainIndex_buildsGroupInfo() local 97 CarVolumeGroupInfo info = mTestGroupInfoBuilder.setMaxVolumeGainIndex(9_002).build(); in setMaxVolumeGainIndex_buildsGroupInfo() local 131 CarVolumeGroupInfo info = mTestGroupInfoBuilder.setMuted(true).build(); in setMuted_buildsGroupInfo() local 139 CarVolumeGroupInfo info = mTestGroupInfoBuilder.setAttenuated(true).build(); in setAttenuated_buildsGroupInfo() local 147 CarVolumeGroupInfo info = mTestGroupInfoBuilder.setBlocked(true).build(); in setBlocked_buildsGroupInfo() local 214 CarVolumeGroupInfo info = new CarVolumeGroupInfo.Builder(TEST_GROUP_NAME, TEST_ZONE_ID, in equals_forNull() local 225 CarVolumeGroupInfo info = new CarVolumeGroupInfo.Builder(TEST_GROUP_NAME, TEST_ZONE_ID, in describeContents() local 247 CarVolumeGroupInfo info = new CarVolumeGroupInfo.Builder(TEST_GROUP_NAME, TEST_ZONE_ID, in toString_forContent() local
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/oem/ |
D | OemCarVolumeChangeInfoUnitTest.java | 39 OemCarVolumeChangeInfo info = in build() local 48 OemCarVolumeChangeInfo info = in setChangedVolumeGroup() local 74 OemCarVolumeChangeInfo info = in writeToParcel() local 93 OemCarVolumeChangeInfo info = in equals_forSameContent() local 105 OemCarVolumeChangeInfo info = in equals_forDifferentContent() local 118 OemCarVolumeChangeInfo info = in equals_forNull() local 127 OemCarVolumeChangeInfo info = in hashCode_forSameContent() local
|
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/chooser/ |
D | ImmutableTargetInfoTest.kt | 81 val info = ImmutableTargetInfo.newBuilder() in testBasicProperties() constant 155 val info = infoToCopyFrom.toBuilder().build() in testToBuilderPreservesBasicProperties() constant 187 val info = ImmutableTargetInfo.newBuilder().setResolvedIntent(resolvedIntent).build() in testBaseIntentToSend_defaultsToResolvedIntent() constant 199 val info = ImmutableTargetInfo.newBuilder() in testBaseIntentToSend_fillsInFromReferrerIntent() constant 219 val info = originalInfo.tryToCloneWithAppliedRefinement(refinementIntent) in testBaseIntentToSend_fillsInFromRefinementIntent() constant 242 val info = infoWithReferrerFillIn.tryToCloneWithAppliedRefinement(refinementIntent) in testBaseIntentToSend_twoFillInSourcesFavorsRefinementRequest() constant 329 val info = ImmutableTargetInfo.newBuilder() in testLegacySubclassRelationships_empty() constant 344 val info = ImmutableTargetInfo.newBuilder() in testLegacySubclassRelationships_placeholder() constant 359 val info = ImmutableTargetInfo.newBuilder() in testLegacySubclassRelationships_selectable() constant 374 val info = ImmutableTargetInfo.newBuilder() in testLegacySubclassRelationships_displayResolveInfo() constant [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
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()
|
/packages/providers/MediaProvider/jni/ |
D | RedactionInfoTest.cpp | 37 RedactionInfo info(0, nullptr); in TEST() local 53 RedactionInfo info(1, ranges); in TEST() local 108 RedactionInfo info = RedactionInfo(2, ranges); in TEST() local 160 RedactionInfo info = RedactionInfo(2, ranges); in TEST() local 195 RedactionInfo info = RedactionInfo(3, ranges); in TEST() local 237 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 260 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 283 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 312 RedactionInfo info = RedactionInfo(4, ranges); in TEST() local 331 RedactionInfo info = RedactionInfo(3, ranges); in TEST() local [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioDeviceInfoTest.java | 150 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getSampleRate_withMultipleSampleRates_returnsMax() local 161 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getSampleRate_withNullSampleRate_returnsDefault() local 171 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getAddress_returnsValueFromDeviceInfo() local 179 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getMaxGain_returnsValueFromDeviceInfo() local 188 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getMinGain_returnsValueFromDeviceInfo() local 197 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getDefaultGain_returnsValueFromDeviceInfo() local 206 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getStepValue_returnsValueFromDeviceInfo() local 215 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getChannelCount_withNoChannelMasks_returnsOne() local 227 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getChannelCount_withMultipleChannels_returnsHighestCount() local 237 CarAudioDeviceInfo info = new CarAudioDeviceInfo(mAudioManager, audioDeviceInfo); in getAudioDeviceInfo_returnsConstructorParameter() local [all …]
|
D | CarVolumeGroupMutingTest.java | 204 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withNoGroupMuted_forSingleZone_setsEmptyMutedDevices() local 221 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withNoGroupMuted_forSingleZone_setsAllDeviceUnMuted() local 240 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withMusicGroupMuted_forSingleZone_setsMusicDeviceToMuted() local 257 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withMusicGroupMuted_forSingleZone_setOtherDeviceToUnMuted() local 275 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withAllGroupsMuted_forSingleZone_setsAllDevicesMuted() local 293 MutingInfo info = mutingInfo.get(mutingInfo.size() - 1); in carMuteChanged_withAllGroupsMuted_forSingleZone_setsUnMutedDevicesToEmpty() local 403 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(mPrimaryAudioZone, in generateMutingInfoFromZone_withNoGroupsMuted_returnsEmptyMutedList() local 416 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(mPrimaryAudioZone, in generateMutingInfoFromZone_withOneGroupMuted_returnsOneMutedDevice() local 429 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(mPrimaryAudioZone, in generateMutingInfoFromZone_withAllGroupsMuted_returnsAllDevicesMuted() local 447 MutingInfo info = CarVolumeGroupMuting.generateMutingInfoFromZone(primaryZone, in generateMutingInfoFromZone_withMutedMultiDeviceGroup_returnsAllDevicesMuted() local [all …]
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/managedomainurls/ |
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
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiveFileInfoTest.java | 72 BluetoothOppReceiveFileInfo info = in createInstance_withStatus_createCorrectly() local 82 BluetoothOppReceiveFileInfo info = in createInstance_withData_createCorrectly() local 96 BluetoothOppReceiveFileInfo info = in createInstance_withFileName_createCorrectly() local 123 BluetoothOppReceiveFileInfo info = in generateFileInfo_wrongHint_fileError() local 135 BluetoothOppReceiveFileInfo info = in generateFileInfo_noMediaMounted_noSdcardError() local 162 BluetoothOppReceiveFileInfo info = in generateFileInfo_noInsertUri_returnFileError() local 192 BluetoothOppReceiveFileInfo info = in generateFileInfo_withInsertUri_workCorrectly() local 224 BluetoothOppReceiveFileInfo info = in generateFileInfo_longFileName_trimFileName() local
|
D | BluetoothOppSendFileInfoTest.java | 78 BluetoothOppSendFileInfo info = in createInstance_withFileInputStream() local 94 BluetoothOppSendFileInfo info = in createInstance_withoutFileInputStream() local 108 BluetoothOppSendFileInfo info = BluetoothOppSendFileInfo.generateFileInfo(mContext, uri, in generateFileInfo_withUnsupportedScheme_returnsSendFileInfoError() local 118 BluetoothOppSendFileInfo info = BluetoothOppSendFileInfo.generateFileInfo(mContext, uri, in generateFileInfo_withForbiddenExternalUri_returnsSendFileInfoError() local 132 BluetoothOppSendFileInfo info = BluetoothOppSendFileInfo.generateFileInfo(mContext, uri, in generateFileInfo_withoutPermissionForAccessingUri_returnsSendFileInfoError() local 165 BluetoothOppSendFileInfo info = BluetoothOppSendFileInfo.generateFileInfo(mContext, uri, in generateFileInfo_withUncorrectableMismatch_returnsSendFileInfoError() local 201 BluetoothOppSendFileInfo info = BluetoothOppSendFileInfo.generateFileInfo(mContext, uri, in generateFileInfo_withCorrectableMismatch_returnInfoWithCorrectLength() local 215 BluetoothOppSendFileInfo info = BluetoothOppSendFileInfo.generateFileInfo(mContext, uri, in generateFileInfo_withFileUriNotInExternalStorageDir_returnFileErrorInfo() local
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datausage/ |
D | DataUsageSummaryPreferenceControllerTest.java | 109 SubscriptionInfo info = mock(SubscriptionInfo.class); in setUp() local 136 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_hasUsage_titleSet() local 150 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_hasCarrierName_hasRecentUpdate_setsCarrierInfoText() local 167 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_hasCarrierName_hasOldUpdate_setsCarrierInfoText() local 186 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_noCarrierName_hasRecentUpdate_setsCarrierInfoText() local 201 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_noCarrierName_hasOldUpdate_setsCarrierInfoText() local 219 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_hasUpdateTimeOlderThanWarning_setsCarrierInfoStyle() local 239 DataUsageController.DataUsageInfo info = new DataUsageController.DataUsageInfo(); in refreshUi_hasUpdateTimeYoungerThanWarning_setsCarrierInfoStyle() local
|
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/applications/manageapplications/ |
D | ManageApplicationsUnitTest.java | 49 final ApplicationInfo info = new ApplicationInfo(); in getCompositeFilter_filtersVolumeForAudio() local 65 final ApplicationInfo info = new ApplicationInfo(); in getCompositeFilter_filtersVolumeForVideo() local 81 final ApplicationInfo info = new ApplicationInfo(); in getCompositeFilter_filtersVolumeForGames() local 113 final ApplicationInfo info = new ApplicationInfo(); in getCompositeFilter_worksWithInstantApps() local 130 final ApplicationInfo info = new ApplicationInfo(); in getCompositeFilter_worksForLegacyPrivateSettings() local
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | ShortcutCachingLogic.java | 49 public ComponentName getComponent(@NonNull ShortcutInfo info) { in getComponent() 55 public UserHandle getUser(@NonNull ShortcutInfo info) { in getUser() 61 public CharSequence getLabel(@NonNull ShortcutInfo info) { in getLabel() 75 public BitmapInfo loadIcon(@NonNull Context context, @NonNull ShortcutInfo info) { in loadIcon() 87 @NonNull PackageInfo info) { in getLastUpdatedTime()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 224 Session.Info info) throws RemoteException { in addConnectionServiceAdapter() 234 Session.Info info) throws RemoteException { in removeConnectionServiceAdapter() 245 Session.Info info) throws RemoteException { in createConnection() 269 public void createConnectionComplete(String id, Session.Info info) throws RemoteException { in createConnectionComplete() 308 public void abort(String callId, Session.Info info) throws RemoteException { } in abort() 312 Session.Info info) throws RemoteException { } in answerVideo() 315 public void answer(String callId, Session.Info info) throws RemoteException { } in answer() 318 public void deflect(String callId, Uri address, Session.Info info) in deflect() 323 Session.Info info) throws RemoteException { } in transfer() 327 Session.Info info) throws RemoteException { } in consultativeTransfer() [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | DefaultLayoutProviderTest.java | 71 ItemInfo info = mModelHelper.getBgDataModel().workspaceItems.get(0); in testCustomProfileLoaded_with_icon_on_hotseat() local 86 ItemInfo info = mModelHelper.getBgDataModel().workspaceItems.get(0); in testCustomProfileLoaded_with_folder() local 101 ItemInfo info = mModelHelper.getBgDataModel().workspaceItems.get(0); in testCustomProfileLoaded_with_folder_custom_title() local 124 ItemInfo info = mModelHelper.getBgDataModel().appWidgets.get(0); in testCustomProfileLoaded_with_widget() local
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | AccessibilityTest.java | 59 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain(); in test_announceSelected() local 66 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain(); in testNullItemDetails_NoActionClick() local 84 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain(); in test_routesAccessibilityClicks() local 93 AccessibilityNodeInfoCompat info = AccessibilityNodeInfoCompat.obtain(); in test_routesAccessibilityLongClicks() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | BindWidgetTest.java | 106 LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, true); in testBindNormalWidget_withConfig() local 115 LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false); in testBindNormalWidget_withoutConfig() local 124 LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false); in testUnboundWidget_removed() local 143 LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false); in testPendingWidget_autoRestored() local 156 LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, true); in testPendingWidget_withConfigScreen() local 266 private void verifyWidgetPresent(LauncherAppWidgetProviderInfo info) { in verifyWidgetPresent()
|