Home
last modified time | relevance | path

Searched refs:getStoppedMarker (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DOutOfProcessLoginActivity.java70 if (!getStoppedMarker(this).createNewFile()) { in onStop()
102 @NonNull public static File getStoppedMarker(@NonNull Context context) { in getStoppedMarker() method in OutOfProcessLoginActivity
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java21 import static android.autofillservice.cts.activities.OutOfProcessLoginActivity.getStoppedMarker;
140 return getStoppedMarker(getContext()).exists(); in killOfProcessLoginActivityProcess()
224 getStoppedMarker(getContext()).delete(); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
319 getStoppedMarker(getContext()).delete(); in testAuthCanceledWhileAutofilledAppIsLifecycled()
370 getStoppedMarker(getContext()).delete(); in testDatasetVisibleWhileAutofilledAppIsLifecycled()
426 getStoppedMarker(getContext()).delete(); in testAutofillNestedActivitiesWhileAutofilledAppIsLifecycled()