Searched refs:getDestroyedMarker (Results 1 – 2 of 2) sorted by relevance
84 if (!getDestroyedMarker(this).createNewFile()) { in onDestroy()122 @NonNull public static File getDestroyedMarker(@NonNull Context context) { in getDestroyedMarker() method in OutOfProcessLoginActivity
19 import static android.autofillservice.cts.activities.OutOfProcessLoginActivity.getDestroyedMarker;133 return getDestroyedMarker(getContext()).exists(); in finishLoginActivityOnAnotherProcess()