Home
last modified time | relevance | path

Searched refs:stopLaunchRetries (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DRetryLaunchActivity.java170 mViewModel.stopLaunchRetries();
DRetryLaunchViewModel.java94 void stopLaunchRetries() { in stopLaunchRetries() method in RetryLaunchViewModel
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DRetryLaunchViewModelTest.java129 mViewModel.stopLaunchRetries(); in stopLaunchRetries_works()