OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withAccount
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/content/src/android/content/cts/
DeferSyncTest.java
26
import static com.android.cts.content.Utils.
withAccount
;
92
try (Utils.ClosableAccount ignored =
withAccount
(activity.getActivity())) {
115
try (Utils.ClosableAccount account =
withAccount
(activity.getActivity())) {
140
try (Utils.ClosableAccount ignored =
withAccount
(activity.getActivity())) {
165
try (Utils.ClosableAccount ignored =
withAccount
(activity.getActivity())) {
191
try (Utils.ClosableAccount account1 =
withAccount
(activity.getActivity())) {
192
try (Utils.ClosableAccount account2 =
withAccount
(activity.getActivity())) {
AccountAccessSameCertTest.java
25
import static com.android.cts.content.Utils.
withAccount
;
75
try (AutoCloseable ignored =
withAccount
(activity.getActivity())) {
/cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java
28
import static com.android.cts.content.Utils.
withAccount
;
103
try (AutoCloseable ignored =
withAccount
(activity.getActivity())) {
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
Utils.java
102
public static ClosableAccount
withAccount
(@NonNull Activity activity)
Completed in 217 milliseconds