Home
last modified time | relevance | path

Searched refs:RetryLaunchViewModel (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DRetryLaunchActivity.java30 import com.android.managedprovisioning.common.RetryLaunchViewModel.Config;
31 import com.android.managedprovisioning.common.RetryLaunchViewModel.LaunchActivityEvent;
32 import com.android.managedprovisioning.common.RetryLaunchViewModel.RetryLaunchViewModelFactory;
82 private RetryLaunchViewModel mViewModel;
141 case RetryLaunchViewModel.VIEW_MODEL_EVENT_LAUNCH_ACTIVITY:
147 case RetryLaunchViewModel.VIEW_MODEL_EVENT_WAITING_FOR_RETRY:
150 case RetryLaunchViewModel.VIEW_MODEL_EVENT_LAUNCH_FAILURE:
157 private RetryLaunchViewModel createViewModelWithIntent(Intent activityIntent, Config config) {
164 .get(RetryLaunchViewModel.class);
DRetryLaunchViewModel.java19 import static com.android.managedprovisioning.common.RetryLaunchViewModel.LaunchActivityFailureEven…
38 final class RetryLaunchViewModel extends AndroidViewModel { class
44 private final Runnable mRunnable = RetryLaunchViewModel.this::tryStartActivity;
53 RetryLaunchViewModel( in RetryLaunchViewModel() method in RetryLaunchViewModel
243 return (T) new RetryLaunchViewModel( in create()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DRetryLaunchViewModelTest.java19 import static com.android.managedprovisioning.common.RetryLaunchViewModel.LaunchActivityFailureEven…
35 import com.android.managedprovisioning.common.RetryLaunchViewModel.LaunchActivityEvent;
36 import com.android.managedprovisioning.common.RetryLaunchViewModel.LaunchActivityFailureEvent;
37 import com.android.managedprovisioning.common.RetryLaunchViewModel.LaunchActivityWaitingForRetryEve…
71 private RetryLaunchViewModel mViewModel;
195 private RetryLaunchViewModel createViewModel() { in createViewModel()
196 return new RetryLaunchViewModel( in createViewModel()
209 private static final class TestConfig implements RetryLaunchViewModel.Config {
/packages/apps/ManagedProvisioning/
Dproguard.flags23 -keep class com.android.managedprovisioning.common.RetryLaunchViewModel {
28 -keep public class com.android.managedprovisioning.common.RetryLaunchViewModel$CanLaunchActivityChe…
32 -keep public class com.android.managedprovisioning.common.RetryLaunchViewModel$Config {