Home
last modified time | relevance | path

Searched refs:doGet (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorProcessTest.java131 blue.doGet(); in testPullPipeNormal()
171 blue.doGet(); in testPipeWriterCrash()
185 blue.doGet(); in testSocketCrash()
199 blue.doGet(); in testFileNormal()
210 blue.doGet(); in testFileError()
221 blue.doGet(); in testFileCrash()
232 blue.doGet(); in testFileDetach()
241 blue.doGet(); in testFileLeak()
251 blue.doGet(); in testSocketErrorAfterClose()
266 blue.doGet(); in testSocketDeathBeforeClose()
[all …]
DIParcelFileDescriptorPeer.aidl35 void doGet(); in doGet() method
DParcelFileDescriptorPeer.java108 public void doGet() throws RemoteException { in doGet() method in ParcelFileDescriptorPeer
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/helper_a/
DAppSearchDeviceTest.java20 import static android.app.appsearch.testutil.AppSearchTestUtils.doGet;
143 List<GenericDocument> outDocuments = doGet(mDb, NAMESPACE, ID); in testGetDocuments_exist()
160 List<GenericDocument> outDocuments = doGet(db, NAMESPACE, ID); in testGetDocumentsAsAnotherUser_exist()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DAppSearchTestUtils.java60 public static List<GenericDocument> doGet( in doGet() method in AppSearchTestUtils
80 public static List<GenericDocument> doGet( in doGet() method in AppSearchTestUtils
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSchemaMigrationCtsTestBase.java22 import static android.app.appsearch.testutil.AppSearchTestUtils.doGet;
553 assertThat(doGet(mDb, "namespace", "id1")).containsExactly(expected); in testSchemaMigration()
692 assertThat(doGet(mDb, "namespace", "id1")).containsExactly(expected); in testSchemaMigration_downgrade()
1237 assertThat(doGet(mDb, "namespace", "id1")).containsExactly(expected); in testSchemaMigration_toAnotherType()
1351 assertThat(doGet(mDb, "namespace", "child-id")).containsExactly(expectedInChild); in testSchemaMigration_toMultipleDestinationType()
1359 assertThat(doGet(mDb, "namespace", "adult-id")).containsExactly(expectedInAdult); in testSchemaMigration_toMultipleDestinationType()
1720 assertThat(doGet(mDb, "namespace", "id")).containsExactly(expected); in testSchemaMigration_multiStep1To4()
1787 assertThat(doGet(mDb, "namespace", "id")).containsExactly(expected); in testSchemaMigration_multiStep2To4()
1854 assertThat(doGet(mDb, "namespace", "id")).containsExactly(expected); in testSchemaMigration_multiStep3To4()
DAppSearchSessionCtsTestBase.java24 import static android.app.appsearch.testutil.AppSearchTestUtils.doGet;
501 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_addIndexedNestedDocumentProperty()
554 outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_addIndexedNestedDocumentProperty()
657 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchemaWithValidCycle_allowCircularReferences()
1217 List<GenericDocument> outDocuments = doGet(mDb1, getByDocumentIdRequest); in testSetSchema_publiclyVisible()
1647 List<GenericDocument> outDocuments = doGet(mDb1, request); in testPutDocuments_emptyProperties()
1902 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema()
1975 List<GenericDocument> outDocuments = doGet(mDb1, "namespace", "email1"); in testRemoveSchema_twoDatabases()
1988 outDocuments = doGet(mDb2, "namespace", "email2"); in testRemoveSchema_twoDatabases()
2038 outDocuments = doGet(mDb2, "namespace", "email2"); in testRemoveSchema_twoDatabases()
[all …]