/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/ |
D | SafetyCenterUnsupportedTest.kt | 30 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 166 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in reportSafetySourceError_doesntCallListener() 189 TIMEOUT_SHORT in safetyCenterEnabledChanged_withImplicitReceiver_doesntCallReceiver() 204 TIMEOUT_SHORT in safetyCenterEnabledChanged_withSourceReceiver_doesntCallReceiver() 218 timeout = TIMEOUT_SHORT in refreshSafetySources_doesntRefreshSources() 267 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in addOnSafetyCenterDataChangedListener_listenerNotCalled() 294 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in removeOnSafetyCenterDataChangedListener_listenerNotCalled() 332 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in dismissSafetyCenterIssue_doesntCallListenerOrDismiss() 367 TIMEOUT_SHORT in executeSafetyCenterIssueAction_doesntCallListenerOrExecute() 371 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in executeSafetyCenterIssueAction_doesntCallListenerOrExecute()
|
D | SafetyCenterManagerTest.kt | 44 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 709 listener.receiveSafetyCenterErrorDetails(TIMEOUT_SHORT) in reportSafetySourceError_changesSafetyCenterDataButDoesntCallErrorListener() 775 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in reportSafetySourceError_withFlagDisabled_doesntCallListener() 841 TIMEOUT_SHORT in safetyCenterEnabledChanged_valueDoesntChange_receiverNotCalled() 860 TIMEOUT_SHORT in safetyCenterEnabledChanged_whenSourceReceiverNotInConfig_receiverNotCalled() 929 timeout = TIMEOUT_SHORT in refreshSafetySources_reasonPageOpen_noConditionsMet_noBroadcastSent() 1062 timeout = TIMEOUT_SHORT in refreshSafetySources_whenSourceNotInConfig_sourceDoesntSendData() 1101 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in refreshSafetySources_repliesWithWrongBroadcastId_doesntCompleteRefresh() 1177 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in refreshSafetySources_waitForPreviousRefreshToTimeout_completesSuccessfully() 1225 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in refreshSafetySources_withTrackedSourceThatTimesOut_timesOut() [all …]
|
/packages/modules/Permission/PermissionController/tests/permissionui/src/com/android/permissioncontroller/permissionui/ui/ |
D | HealthConnectAllAppPermissionFragmentTest.kt | 77 assertNull(waitFindObjectOrNull(By.text(HEALTH_CONNECT_LABEL), TIMEOUT_SHORT)) in invalidUngrantedUsedHealthConnectPermissionsAreNotListed() 81 TIMEOUT_SHORT in invalidUngrantedUsedHealthConnectPermissionsAreNotListed() 87 TIMEOUT_SHORT in invalidUngrantedUsedHealthConnectPermissionsAreNotListed() 127 TIMEOUT_SHORT in startManageAppPermissionsActivity() 146 private val TIMEOUT_SHORT = 500L constant
|
D | AllAppPermissionsFragmentTest.kt | 58 private val TIMEOUT_SHORT = 500L constant 105 eventually { assertNull(waitFindObjectOrNull(By.text(SECOND_PERM_LABEL), TIMEOUT_SHORT)) } in permissionsAreRemovedWhenAppIsUpdated() 111 eventually { assertNull(waitFindObjectOrNull(By.text(ALL_PERMISSIONS), TIMEOUT_SHORT)) } in activityIsClosedWhenUserIsUninstalled()
|
D | HealthConnectAppPermissionFragmentTest.kt | 70 waitUntilObjectGone(By.text(HEALTH_CONNECT_LABEL), TIMEOUT_SHORT) in invalidUngrantedUsedHealthConnectPermissionsAreNotListed() 101 private val TIMEOUT_SHORT = 500L constant
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetyCenterEnabledChangedReceiver.kt | 28 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 69 receiveSafetyCenterEnabledChanged(TIMEOUT_SHORT) in setSafetyCenterEnabledWithoutReceiverPermissionAndWait()
|
D | SafetySourceReceiver.kt | 39 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 181 receiveRefreshSafetySources(TIMEOUT_SHORT) in SafetyCenterManager() 198 receiveSafetyCenterEnabledChanged(TIMEOUT_SHORT) in setSafetyCenterEnabledWithoutReceiverPermissionAndWait()
|
D | TestNotificationListener.kt | 29 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT in <lambda>() 178 runBlockingWithTimeoutOrNull(TIMEOUT_SHORT) { in <lambda>() 186 forAtLeast: Duration = TIMEOUT_SHORT, in <lambda>()
|
D | Coroutines.kt | 48 val TIMEOUT_SHORT: Duration = Duration.ofSeconds(1) constant
|
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/ |
D | SafetySourceStateCollectedLoggingHelperTests.kt | 26 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 176 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in simulateRefresh()
|
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ |
D | SafetyCenterNotificationTest.kt | 39 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 217 SafetyCenterFlags.notificationsMinDelay = TIMEOUT_SHORT in setSafetySourceData_withNotificationBehaviorDelay_sendsNotificationAfterDelay() 221 Thread.sleep(TIMEOUT_SHORT.toMillis()) in setSafetySourceData_withNotificationBehaviorDelay_sendsNotificationAfterDelay() 863 listener.receiveSafetyCenterData(TIMEOUT_SHORT) in dismissingNotification_doesNotUpdateSafetyCenterData() 1071 sendActionPendingIntentAndWaitWithPermission(action, timeout = TIMEOUT_SHORT) in sendActionPendingIntent_flagDisabled_pendingIntentNotSentToSource()
|
D | SafetyCenterManagerTest.kt | 73 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT in <lambda>() 803 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in <lambda>() 816 listener.receiveSafetyCenterErrorDetails(TIMEOUT_SHORT) in <lambda>() 822 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in <lambda>() 851 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in <lambda>() 966 timeout = TIMEOUT_SHORT in <lambda>() 3328 listener.receiveSafetyCenterErrorDetails(TIMEOUT_SHORT) in <lambda>() 3350 waitForWithTimeout(timeout = TIMEOUT_SHORT) { in <lambda>() 3387 waitForWithTimeout(timeout = TIMEOUT_SHORT) { in <lambda>() 3438 waitForWithTimeout(timeout = TIMEOUT_SHORT) { in <lambda>() [all …]
|
/packages/modules/Permission/tests/functional/safetycenter/subpages/src/android/safetycenter/functional/ui/ |
D | SafetyCenterSubpagesTest.kt | 34 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 761 SafetyCenterFlags.resolveActionTimeout = TIMEOUT_SHORT in dismissedIssuesCard_resolvingInFlightIssueTimesOut_issueRemains()
|
/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/ |
D | SafetyCenterActivityTest.kt | 37 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 837 SafetyCenterFlags.resolveActionTimeout = TIMEOUT_SHORT in issueCard_resolvingInFlightIssueTimesOut_issueRemains()
|
/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/ |
D | SafetyCenterMultiUsersTest.kt | 59 import com.android.safetycenter.testing.Coroutines.TIMEOUT_SHORT 400 SafetyCenterFlags.setAllRefreshTimeoutsTo(TIMEOUT_SHORT) in createStaticEntry()
|