/packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/ |
D | DvrRecordingServiceTest.java | 63 assertThat(getService().mInForeground).isTrue(); in testStartService_null() 64 assertThat(getService().mIsRecording).isTrue(); in testStartService_null() 74 assertThat(getService().mInForeground).isTrue(); in testStartService_noUpcomingRecording() 82 assertThat(getService().mInForeground).isTrue(); in testStartService_noUpcomingRecording() 83 assertThat(getService().mForegroundForUpcomingRecording).isTrue(); in testStartService_noUpcomingRecording() 84 assertThat(getService().mIsRecording).isTrue(); in testStartService_noUpcomingRecording() 96 assertThat(getService().mInForeground).isTrue(); in testStartService_noUpcomingRecording() 97 assertThat(getService().mForegroundForUpcomingRecording).isTrue(); in testStartService_noUpcomingRecording() 98 assertThat(getService().mIsRecording).isTrue(); in testStartService_noUpcomingRecording() 100 assertThat(getService().mInForeground).isTrue(); in testStartService_noUpcomingRecording() [all …]
|
/packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/ |
D | LiveDataFunctionsTest.java | 66 assertThat(observer.hasBeenNotified()).isTrue(); in testNullLiveData() 76 assertThat(observer.hasBeenNotified()).isTrue(); in testTrueLiveData() 77 assertThat(observer.getObservedValue()).isTrue(); in testTrueLiveData() 78 assertThat(trueLiveData().getValue()).isTrue(); in testTrueLiveData() 86 assertThat(observer.hasBeenNotified()).isTrue(); in testFalseLiveData() 120 assertThat(observer.hasBeenNotified()).isTrue(); in testDistinct() 128 assertThat(observer.hasBeenNotified()).isTrue(); in testDistinct() 141 assertThat(observer.hasBeenNotified()).isTrue(); in testFreezable() 147 assertThat(observer.hasBeenNotified()).isTrue(); in testFreezable() 158 assertThat(observer.hasBeenNotified()).isTrue(); in testFreezable() [all …]
|
D | LoadingSwitchMapTest.java | 74 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_initializedTrigger() 75 assertThat(mObserver.getObservedValue().isLoading()).isTrue(); in testIsLoading_initializedTrigger() 88 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_alreadyLoaded() 101 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_normalFlow() 102 assertThat(mObserver.getObservedValue().isLoading()).isTrue(); in testIsLoading_normalFlow() 121 assertThat(mObserver.hasBeenNotified()).isTrue(); in testIsLoading_secondLoad() 122 assertThat(mObserver.getObservedValue().isLoading()).isTrue(); in testIsLoading_secondLoad()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/ |
D | BatteryTipPolicyTest.java | 67 assertThat(batteryTipPolicy.batteryTipEnabled).isTrue(); in testInit_usesConfigValues() 70 assertThat(batteryTipPolicy.highUsageEnabled).isTrue(); in testInit_usesConfigValues() 74 assertThat(batteryTipPolicy.appRestrictionEnabled).isTrue(); in testInit_usesConfigValues() 76 assertThat(batteryTipPolicy.reducedBatteryEnabled).isTrue(); in testInit_usesConfigValues() 82 assertThat(batteryTipPolicy.testBatterySaverTip).isTrue(); in testInit_usesConfigValues() 84 assertThat(batteryTipPolicy.testSmartBatteryTip).isTrue(); in testInit_usesConfigValues() 85 assertThat(batteryTipPolicy.testLowBatteryTip).isTrue(); in testInit_usesConfigValues() 95 assertThat(batteryTipPolicy.batteryTipEnabled).isTrue(); in testInit_defaultValues() 96 assertThat(batteryTipPolicy.summaryEnabled).isTrue(); in testInit_defaultValues() 97 assertThat(batteryTipPolicy.batterySaverTipEnabled).isTrue(); in testInit_defaultValues() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/ |
D | VendorServiceInfoTest.java | 68 assertThat(info.isSystemUserService()).isTrue(); in testServiceNameWithDefaults() 69 assertThat(info.isForegroundUserService()).isTrue(); in testServiceNameWithDefaults() 70 assertThat(info.shouldStartOnUnlock()).isTrue(); in testServiceNameWithDefaults() 85 assertThat(info.shouldBeBound()).isTrue(); in bindService() 93 assertThat(info.shouldBeStartedInForeground()).isTrue(); in startServiceInForeground() 105 assertThat(info.shouldStartOnUnlock()).isTrue(); in triggerUnlocked() 117 assertThat(info.isForegroundUserService()).isTrue(); in userScopeForeground() 125 assertThat(info.isSystemUserService()).isTrue(); in userScopeSystem() 131 assertThat(info.isForegroundUserService()).isTrue(); in userScopeAll() 132 assertThat(info.isSystemUserService()).isTrue(); in userScopeAll() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/ |
D | MobileNetworkSwitchControllerTest.java | 115 assertThat(mSwitchBar.isShowing()).isTrue(); in displayPreference_oneEnabledSubscription_switchBarNotHidden() 123 assertThat(mSwitchBar.isShowing()).isTrue(); in displayPreference_oneDisabledSubscription_switchBarNotHidden() 130 assertThat(mSwitchBar.isShowing()).isTrue(); in displayPreference_subscriptionEnabled_switchIsOn() 131 assertThat(mSwitchBar.isChecked()).isTrue(); in displayPreference_subscriptionEnabled_switchIsOn() 138 assertThat(mSwitchBar.isShowing()).isTrue(); in displayPreference_subscriptionDisabled_switchIsOff() 146 assertThat(mSwitchBar.isShowing()).isTrue(); in switchChangeListener_fromEnabledToDisabled_setSubscriptionEnabledCalledCorrectly() 147 assertThat(mSwitchBar.isChecked()).isTrue(); in switchChangeListener_fromEnabledToDisabled_setSubscriptionEnabledCalledCorrectly() 158 assertThat(mSwitchBar.isShowing()).isTrue(); in switchChangeListener_fromEnabledToDisabled_setSubscriptionEnabledFailed() 159 assertThat(mSwitchBar.isChecked()).isTrue(); in switchChangeListener_fromEnabledToDisabled_setSubscriptionEnabledFailed() 162 assertThat(mSwitchBar.isChecked()).isTrue(); in switchChangeListener_fromEnabledToDisabled_setSubscriptionEnabledFailed() [all …]
|
D | SignalStrengthListenerTest.java | 102 assertThat(captor1.getValue() != captor2.getValue()).isTrue(); in updateSubscriptionIds_beforeResume_startedListening() 130 assertThat(captor1.getAllValues().get(0) == captor1.getAllValues().get(1)).isTrue(); in updateSubscriptionIds_twoCalls_oneIdRemoved() 149 assertThat(captor1.getValue() != captor2.getValue()).isTrue(); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded() 150 assertThat(captor1.getAllValues().get(0) == captor1.getAllValues().get(1)).isTrue(); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded() 151 assertThat(captor2.getAllValues().get(0) == captor2.getAllValues().get(1)).isTrue(); in updateSubscriptionIds_twoCalls_twoIdsRemovedOneAdded() 170 assertThat(captor1.getAllValues().get(0) == captor1.getAllValues().get(1)).isTrue(); in updateSubscriptionIds_thenPauseResume_correctlyStartsAndStops() 171 assertThat(captor1.getAllValues().get(0) == captor1.getAllValues().get(2)).isTrue(); in updateSubscriptionIds_thenPauseResume_correctlyStartsAndStops() 173 assertThat(captor2.getAllValues().get(0) == captor2.getAllValues().get(1)).isTrue(); in updateSubscriptionIds_thenPauseResume_correctlyStartsAndStops() 174 assertThat(captor2.getAllValues().get(0) == captor2.getAllValues().get(2)).isTrue(); in updateSubscriptionIds_thenPauseResume_correctlyStartsAndStops()
|
D | MobileNetworkUtilsTest.java | 162 assertThat(MobileNetworkUtils.isCdmaOptions(mContext, SUB_ID_1)).isTrue(); in isCdmaOptions_phoneTypeCdma_returnTrue() 174 assertThat(MobileNetworkUtils.isCdmaOptions(mContext, SUB_ID_1)).isTrue(); in isCdmaOptions_worldModeWithGsmWcdma_returnTrue() 184 assertThat(MobileNetworkUtils.isCdmaOptions(mContext, SUB_ID_1)).isTrue(); in isCdmaOptions_carrierWorldModeWithoutHideCarrier_returnTrue() 220 .isTrue(); in shouldDisplayNetworkSelectOptions_allCheckPass_returnTrue() 247 assertThat(MobileNetworkUtils.shouldSpeciallyUpdateGsmCdma(mContext, SUB_ID_1)).isTrue(); in shouldSpeciallyUpdateGsmCdma_ModeLteTdscdmaGsm_returnTrue() 258 assertThat(MobileNetworkUtils.shouldSpeciallyUpdateGsmCdma(mContext, SUB_ID_1)).isTrue(); in shouldSpeciallyUpdateGsmCdma_ModeLteTdscdmaGsmWcdma_returnTrue() 269 assertThat(MobileNetworkUtils.shouldSpeciallyUpdateGsmCdma(mContext, SUB_ID_1)).isTrue(); in shouldSpeciallyUpdateGsmCdma_ModeLteTdscdma_returnTrue() 280 assertThat(MobileNetworkUtils.shouldSpeciallyUpdateGsmCdma(mContext, SUB_ID_1)).isTrue(); in shouldSpeciallyUpdateGsmCdma_ModeLteTdscdmaWcdma_returnTrue() 291 assertThat(MobileNetworkUtils.shouldSpeciallyUpdateGsmCdma(mContext, SUB_ID_1)).isTrue(); in shouldSpeciallyUpdateGsmCdma_ModeLteTdscdmaCdmaEvdoGsmWcdma_returnTrue() 302 assertThat(MobileNetworkUtils.shouldSpeciallyUpdateGsmCdma(mContext, SUB_ID_1)).isTrue(); in shouldSpeciallyUpdateGsmCdma_ModeLteCdmaEvdoGsmWcdma_returnTrue()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | CarUserManagerHelperTest.java | 123 assertThat(mCarUserManagerHelper.isHeadlessSystemUser()).isTrue(); in checkHeadlessSystemUserFlag() 131 assertThat(mCarUserManagerHelper.isSystemUser(testInfo)).isTrue(); in checkIsSystemUser() 216 assertThat(mCarUserManagerHelper.canUserBeRemoved(testInfo)).isTrue(); in testUserCanBeRemoved() 223 assertThat(mCarUserManagerHelper.canCurrentProcessAddUsers()).isTrue(); in testCurrentProcessCanAddUsers() 234 assertThat(mCarUserManagerHelper.canCurrentProcessRemoveUsers()).isTrue(); in testCurrentProcessCanRemoveUsers() 245 assertThat(mCarUserManagerHelper.canCurrentProcessSwitchUsers()).isTrue(); in testCurrentProcessCanSwitchUsers() 254 assertThat(mCarUserManagerHelper.canCurrentProcessModifyAccounts()).isTrue(); in testCurrentGuestProcessCannotModifyAccounts() 263 assertThat(mCarUserManagerHelper.canCurrentProcessModifyAccounts()).isTrue(); in testCurrentDemoProcessCannotModifyAccounts() 272 assertThat(mCarUserManagerHelper.canCurrentProcessModifyAccounts()).isTrue(); in testCurrentDisallowModifyAccountsProcessIsEnforced() 323 assertThat(mCarUserManagerHelper.isUserLimitReached()).isTrue(); in testHeadlessSystemUser_IsUserLimitReached() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | PowerUsageFeatureProviderImplTest.java | 74 assertThat(mPowerFeatureProvider.isTypeSystem(mBatterySipper)).isTrue(); in testIsTypeSystem_uidRoot_returnTrue() 82 assertThat(mPowerFeatureProvider.isTypeSystem(mBatterySipper)).isTrue(); in testIsTypeSystem_uidSystem_returnTrue() 90 assertThat(mPowerFeatureProvider.isTypeSystem(mBatterySipper)).isTrue(); in testIsTypeSystem_uidMedia_returnTrue() 98 assertThat(mPowerFeatureProvider.isTypeSystem(mBatterySipper)).isTrue(); in testIsTypeSystem_appCalendar_returnTrue() 106 assertThat(mPowerFeatureProvider.isTypeSystem(mBatterySipper)).isTrue(); in testIsTypeSystem_appMedia_returnTrue() 114 assertThat(mPowerFeatureProvider.isTypeSystem(mBatterySipper)).isTrue(); in testIsTypeSystem_appSystemUi_returnTrue() 135 assertThat(mPowerFeatureProvider.isAdvancedUiEnabled()).isTrue(); in testIsAdvancedUiEnabled_returnTrue() 140 assertThat(mPowerFeatureProvider.isPowerAccountingToggleEnabled()).isTrue(); in testIsPowerAccountingToggleEnabled_returnTrue() 148 assertThat(mPowerFeatureProvider.isSmartBatterySupported()).isTrue(); in testIsSmartBatterySupported_smartBatterySupported_returnTrue()
|
D | BatteryUtilsTest.java | 308 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeUnAccounted_ReturnTrue() 314 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeOverAccounted_ReturnTrue() 320 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeIdle_ReturnTrue() 326 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeCell_ReturnTrue() 332 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeScreen_ReturnTrue() 338 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeWifi_ReturnTrue() 344 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeBluetooth_ReturnTrue() 352 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeSystem_ReturnTrue() 368 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_TypeService_ReturnTrue() 377 assertThat(mBatteryUtils.shouldHideSipper(mNormalBatterySipper)).isTrue(); in testShouldHideSipper_hiddenSystemModule_ReturnTrue() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | ExternalSourcesDetailsTest.java | 106 assertThat(UserHandle.isCore(mockUid)).isTrue(); in setCanInstallApps_false_shouldNotKillCoreUid() 151 assertThat(mFragment.refreshUi()).isTrue(); in refreshUi_hasApplicationInfo_shouldReturnTrue() 185 assertThat(fragment.refreshUi()).isTrue(); in refreshUi_userRestrictionsUnknownSources_disablesSwitchPreference() 190 UserHandle.of(UserHandle.myUserId()))).isTrue(); in refreshUi_userRestrictionsUnknownSources_disablesSwitchPreference() 191 assertThat(mSwitchPref.isDisabledByAdmin()).isTrue(); in refreshUi_userRestrictionsUnknownSources_disablesSwitchPreference() 224 assertThat(fragment.refreshUi()).isTrue(); in refreshUi_userRestrictionsUnknownSourcesGlobally_disablesSwitchPreference() 229 UserHandle.of(UserHandle.myUserId()))).isTrue(); in refreshUi_userRestrictionsUnknownSourcesGlobally_disablesSwitchPreference() 230 assertThat(mSwitchPref.isDisabledByAdmin()).isTrue(); in refreshUi_userRestrictionsUnknownSourcesGlobally_disablesSwitchPreference() 265 assertThat(fragment.refreshUi()).isTrue(); in refreshUi_bothUnknownSourcesUserRestrictions_disableSwitchPreference() 270 UserHandle.of(UserHandle.myUserId()))).isTrue(); in refreshUi_bothUnknownSourcesUserRestrictions_disableSwitchPreference() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ |
D | ChooseLockGenericTest.java | 91 assertThat(mActivity.isFinishing()).isTrue(); in onCreate_deviceNotProvisioned_shouldFinishActivity() 220 assertThat(mActivity.isFinishing()).isTrue(); in onActivityResult_requestcode101_shouldFinish() 230 assertThat(mActivity.isFinishing()).isTrue(); in onActivityResult_requestcode102_shouldFinish() 241 assertThat(mActivity.isFinishing()).isTrue(); in onActivityResult_requestcode103_shouldFinish() 252 assertThat(mActivity.isFinishing()).isTrue(); in onActivityResult_requestcode104_shouldFinish() 266 assertThat(result).isTrue(); in onPreferenceTreeClick_fingerprintPassesMinComplexityInfoOntoNextActivity() 268 assertThat(actualIntent.hasExtra(EXTRA_KEY_REQUESTED_MIN_COMPLEXITY)).isTrue(); in onPreferenceTreeClick_fingerprintPassesMinComplexityInfoOntoNextActivity() 271 assertThat(actualIntent.hasExtra(EXTRA_KEY_CALLER_APP_NAME)).isTrue(); in onPreferenceTreeClick_fingerprintPassesMinComplexityInfoOntoNextActivity() 287 assertThat(result).isTrue(); in onPreferenceTreeClick_facePassesMinComplexityInfoOntoNextActivity() 289 assertThat(actualIntent.hasExtra(EXTRA_KEY_REQUESTED_MIN_COMPLEXITY)).isTrue(); in onPreferenceTreeClick_facePassesMinComplexityInfoOntoNextActivity() [all …]
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/ |
D | WifiTetherFragmentTest.java | 79 assertThat(findSwitch(mFragment.requireActivity()).isChecked()).isTrue(); in onStart_tetherStateOn_shouldReturnSwitchStateOn() 100 assertThat(getShadowConnectivityManager().verifyStartTetheringCalled(1)).isTrue(); in onSwitchOn_shouldAttemptTetherOn() 102 == ConnectivityManager.TETHERING_WIFI).isTrue(); in onSwitchOn_shouldAttemptTetherOn() 113 assertThat(getShadowConnectivityManager().verifyStopTetheringCalled(1)).isTrue(); in onSwitchOff_shouldAttemptTetherOff() 115 == ConnectivityManager.TETHERING_WIFI).isTrue(); in onSwitchOff_shouldAttemptTetherOff() 141 assertThat(findSwitch(mFragment.requireActivity()).isEnabled()).isTrue(); in onTetherEnabled_shouldReturnSwitchStateEnabledAndOn() 142 assertThat(findSwitch(mFragment.requireActivity()).isChecked()).isTrue(); in onTetherEnabled_shouldReturnSwitchStateEnabledAndOn() 155 assertThat(findSwitch(mFragment.requireActivity()).isEnabled()).isTrue(); in onTetherDisabled_shouldReturnSwitchStateEnabledAndOff() 173 assertThat(findSwitch(mFragment.requireActivity()).isEnabled()).isTrue(); in onEnableTetherFailed_shouldReturnSwitchStateEnabledAndOff()
|
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/ |
D | WifiConfigHelperTest.java | 47 assertThat(isDoubleQuoted(mConfig.SSID)).isTrue(); in testSetConfigSsid() 49 assertThat(isDoubleQuoted(mConfig.SSID)).isTrue(); in testSetConfigSsid() 51 assertThat(isDoubleQuoted(mConfig.SSID)).isTrue(); in testSetConfigSsid() 53 assertThat(isDoubleQuoted(mConfig.SSID)).isTrue(); in testSetConfigSsid() 55 assertThat(isDoubleQuoted(mConfig.SSID)).isTrue(); in testSetConfigSsid() 57 assertThat(isDoubleQuoted(mConfig.SSID)).isTrue(); in testSetConfigSsid() 59 assertThat(isDoubleQuoted(s)).isTrue(); in testSetConfigSsid()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/system/ |
D | ResetNetworkConfirmFragmentTest.java | 111 assertThat(ShadowConnectivityManager.verifyFactoryResetCalled(/* numTimes */ 1)).isTrue(); in testResetButtonClick_connectivityManagerReset() 117 assertThat(ShadowWifiManager.verifyFactoryResetCalled(/* numTimes */ 1)).isTrue(); in testResetButtonClick_wifiManagerReset() 123 assertThat(ShadowBluetoothAdapter.verifyFactoryResetCalled(/* numTimes */ 1)).isTrue(); in testResetButtonClick_bluetoothAdapterReset() 137 assertThat(ShadowRecoverySystem.verifyWipeEuiccDataCalled(/* numTimes */ 1)).isTrue(); in testResetButtonClick_euiccResetEnabled_euiccReset() 158 SubscriptionManager.INVALID_SUBSCRIPTION_ID, /* numTimes */ 1)).isTrue(); in testResetButtonClick_emptyNetworkSubscriptionId_telephonyNotReset() 165 assertThat(ShadowTelephonyManager.verifyFactoryResetCalled(123, /* numTimes */ 1)).isTrue(); in testResetButtonClick_validNetworkSubscriptionId_telephonyReset() 173 1)).isTrue(); in testResetButtonClick_emptyNetworkSubscriptionId_networkManagerNotReset() 181 ShadowTelephonyManager.SUBSCRIBER_ID, /* numTimes */ 1)).isTrue(); in testResetButtonClick_validNetworkSubscriptionId_networkManagerReset() 201 assertThat(uri.toString().contains("subId/123")).isTrue(); in testResetButtonClick_validNetworkSubscriptionId_restoreDefaultApn()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | MasterCheckBoxPreferenceTest.java | 68 assertThat(checkBox.isChecked()).isTrue(); in setChecked_shouldUpdateCheckBoxCheckedState() 83 assertThat(checkBox.isEnabled()).isTrue(); in setEnabled_shouldUpdateCheckBoxEnabledState() 98 assertThat(mPreference.isEnabled()).isTrue(); in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState() 102 assertThat(mPreference.isEnabled()).isTrue(); in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState() 103 assertThat(checkBox.isEnabled()).isTrue(); in setCheckboxEnabled_shouldOnlyUpdateCheckBoxEnabledState() 116 assertThat(mPreference.isEnabled()).isTrue(); in onBindViewHolder_shouldSetCheckboxEnabledState() 120 assertThat(mPreference.isEnabled()).isTrue(); in onBindViewHolder_shouldSetCheckboxEnabledState() 121 assertThat(checkBox.isEnabled()).isTrue(); in onBindViewHolder_shouldSetCheckboxEnabledState() 137 assertThat(checkBox.isChecked()).isTrue(); in clickWidgetView_shouldToggleCheckBox()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | VmsPublisherServiceTest.java | 319 assertThat(dumpString.contains(expectedPacketCountString)).isTrue(); in testDump_getPacketCount() 320 assertThat(dumpString.contains(expectedPacketSizeString)).isTrue(); in testDump_getPacketCount() 372 assertThat(dumpString.contains(expectedPacketCountString1)).isTrue(); in testDump_getPacketCounts() 373 assertThat(dumpString.contains(expectedPacketSizeString1)).isTrue(); in testDump_getPacketCounts() 374 assertThat(dumpString.contains(expectedPacketCountString2)).isTrue(); in testDump_getPacketCounts() 375 assertThat(dumpString.contains(expectedPacketSizeString2)).isTrue(); in testDump_getPacketCounts() 376 assertThat(dumpString.contains(expectedPacketCountString3)).isTrue(); in testDump_getPacketCounts() 377 assertThat(dumpString.contains(expectedPacketSizeString3)).isTrue(); in testDump_getPacketCounts() 401 assertThat(dumpString.contains(expectedPacketFailureString)).isTrue(); in testDumpNoListeners_getPacketFailureCount() 402 assertThat(dumpString.contains(expectedPacketFailureSizeString)).isTrue(); in testDumpNoListeners_getPacketFailureCount() [all …]
|
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/ |
D | DownloadsDeletionTypeTest.java | 79 assertThat(fileSet.contains(temp)).isTrue(); in testFetchDownloads() 80 assertThat(fileSet.contains(temp2)).isTrue(); in testFetchDownloads() 92 assertThat(mDeletion.isChecked(temp)).isTrue(); in testSetChecked() 98 assertThat(mDeletion.isChecked(temp)).isTrue(); in testSetChecked() 113 assertThat(mDeletion.isChecked(temp)).isTrue(); in testUncheckedFilesDoNotCountForSize() 138 assertThat(mDeletion.isChecked(temp2)).isTrue(); in testSaveAndRestoreRemembersUncheckedFiles() 173 assertThat(mDeletion.isEmpty()).isTrue(); in testLoadingState_completeEmptyOnNothingFound() 185 assertThat(mDeletion.isComplete()).isTrue(); in testLoadingState_completeOnDeletableContentFound()
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 89 .isTrue(); in setUp() 148 .isTrue(); in startAndWaitForComplete() 167 assertThat(mChannelDataManager.isDbLoadFinished()).isTrue(); in testIsDbLoadFinished() 197 assertWithMessage("Cannot find (" + channel + ")").that(found).isTrue(); in testGetChannels() 227 assertWithMessage("Cannot find (" + browsableChannel + ")").that(found).isTrue(); in testBrowsable() 240 assertThat(mListener.channelBrowsableChangedCalled).isTrue(); in testBrowsable() 310 assertThat(mChannelDataManager.getChannel(channel.getId()).isLocked()).isTrue(); in testLocked() 317 assertThat(mChannelDataManager.getChannel(channel.getId()).isLocked()).isTrue(); in testLocked() 335 .isTrue(); in testChannelListChanged() 347 .isTrue(); in testChannelListChanged() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | EnterprisePrivacyFeatureProviderImplTest.java | 111 assertThat(mProvider.hasDeviceOwner()).isTrue(); in testHasDeviceOwner() 120 assertThat(mProvider.isInCompMode()).isTrue(); in testIsInCompMode() 190 assertThat(mProvider.isSecurityLoggingEnabled()).isTrue(); in testIsSecurityLoggingEnabled() 199 assertThat(mProvider.isNetworkLoggingEnabled()).isTrue(); in testIsNetworkLoggingEnabled() 209 assertThat(mProvider.isAlwaysOnVpnSetInCurrentUser()).isTrue(); in testIsAlwaysOnVpnSetInCurrentUser() 224 assertThat(mProvider.isAlwaysOnVpnSetInManagedProfile()).isTrue(); in testIsAlwaysOnVpnSetInManagedProfileProfile() 234 assertThat(mProvider.isGlobalHttpProxySet()).isTrue(); in testIsGlobalHttpProxySet() 381 assertThat(mProvider.hasWorkPolicyInfo()).isTrue(); in workPolicyInfo_deviceOwner_shouldResolveIntent() 382 assertThat(mProvider.showWorkPolicyInfo()).isTrue(); in workPolicyInfo_deviceOwner_shouldResolveIntent() 398 assertThat(mProvider.hasWorkPolicyInfo()).isTrue(); in workPolicyInfo_profileOwner_shouldResolveIntent() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | Assert.java | 26 public static void isTrue(boolean condition) { in isTrue() method in Assert 34 isTrue(isMainThreadForTest); in isMainThread() 37 isTrue(Looper.getMainLooper().equals(Looper.myLooper())); in isMainThread() 42 isTrue(!isMainThreadForTest); in isNotMainThread() 45 isTrue(!Looper.getMainLooper().equals(Looper.myLooper())); in isNotMainThread()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | SystemNavigationPreferenceControllerTest.java | 109 assertThat(SystemNavigationPreferenceController.isGestureAvailable(mContext)).isTrue(); in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue() 141 assertThat(SystemNavigationPreferenceController.isSwipeUpEnabled(mContext)).isTrue(); in testIsSwipeUpEnabled() 156 assertThat(SystemNavigationPreferenceController.isEdgeToEdgeEnabled(mContext)).isTrue(); in testIsEdgeToEdgeEnabled() 172 com.android.settings.R.string.edge_to_edge_navigation_title))).isTrue(); in testGetSummary() 177 mContext.getText(com.android.settings.R.string.legacy_navigation_title))).isTrue(); in testGetSummary() 182 com.android.settings.R.string.swipe_up_to_switch_apps_title))).isTrue(); in testGetSummary() 189 .isGestureNavSupportedByDefaultLauncher(mMockContext)).isTrue(); in testIsGestureNavSupportedByDefaultLauncher_noDefaultLauncher() 197 .isGestureNavSupportedByDefaultLauncher(mMockContext)).isTrue(); in testIsGestureNavSupportedByDefaultLauncher_supported()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BitmapPool.java | 86 Assert.isTrue(maxSize > 0); in BitmapPool() 87 Assert.isTrue(!TextUtils.isEmpty(name)); in BitmapPool() 191 Assert.isTrue(width > 0); in decodeSampledBitmapFromResource() 192 Assert.isTrue(height > 0); in decodeSampledBitmapFromResource() 230 Assert.isTrue(width > 0); in decodeSampledBitmapFromInputStream() 231 Assert.isTrue(height > 0); in decodeSampledBitmapFromInputStream() 270 Assert.isTrue(width > 0); in decodeByteArray() 271 Assert.isTrue(height > 0); in decodeByteArray()
|
/packages/services/Telephony/src/com/android/phone/ |
D | Assert.java | 29 public static void isTrue(boolean condition) { in isTrue() method in Assert 37 isTrue(sIsMainThreadForTest); in isMainThread() 40 isTrue(Looper.getMainLooper().equals(Looper.myLooper())); in isMainThread() 45 isTrue(!sIsMainThreadForTest); in isNotMainThread() 48 isTrue(!Looper.getMainLooper().equals(Looper.myLooper())); in isNotMainThread()
|