Searched refs:RETRY_LAUNCH (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.managedprovisioning.ManagedProvisioningScreens.RETRY_LAUNCH;87 Intent intent = new Intent(this, getActivityForScreen(RETRY_LAUNCH)); in startRoleHolderFinalization()
32 import static com.android.managedprovisioning.ManagedProvisioningScreens.RETRY_LAUNCH;125 assertThat(screenManager.getActivityClassForScreen(RETRY_LAUNCH)) in getActivityClassForScreen_withDefaultMap_success()221 map.put(RETRY_LAUNCH, Activity.class); in createTestScreenToActivityMap()
32 import static com.android.managedprovisioning.ManagedProvisioningScreens.RETRY_LAUNCH;116 map.put(RETRY_LAUNCH, RetryLaunchActivity.class); in createBaseScreenMap()
33 RETRY_LAUNCH, enumConstant
33 import static com.android.managedprovisioning.ManagedProvisioningScreens.RETRY_LAUNCH;811 Intent intent = new Intent(this, getActivityForScreen(RETRY_LAUNCH));831 Intent retryLaunchIntent = new Intent(this, getActivityForScreen(RETRY_LAUNCH));