OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALWAYS_SYNCABLE_AUTHORITY
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/content/src/android/content/cts/
AccountAccessSameCertTest.java
19
import static com.android.cts.content.Utils.
ALWAYS_SYNCABLE_AUTHORITY
;
79
requestSync(
ALWAYS_SYNCABLE_AUTHORITY
);
DeferSyncTest.java
19
import static com.android.cts.content.Utils.
ALWAYS_SYNCABLE_AUTHORITY
;
94
requestSync(
ALWAYS_SYNCABLE_AUTHORITY
);
170
requestSync(
ALWAYS_SYNCABLE_AUTHORITY
);
/cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java
19
import static com.android.cts.content.Utils.
ALWAYS_SYNCABLE_AUTHORITY
;
107
SyncRequest request = requestSync(
ALWAYS_SYNCABLE_AUTHORITY
);
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
Utils.java
34
public static final String
ALWAYS_SYNCABLE_AUTHORITY
= "com.android.cts.stub.provider";
Completed in 613 milliseconds