Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 71) sorted by relevance

123

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionPlatformCtsTest.java463 try (SearchResultsShim results = mDb.search( in testReportSystemUsage()
476 try (SearchResultsShim results = mDb.search( in testReportSystemUsage()
489 try (SearchResultsShim results = mDb.search( in testReportSystemUsage()
507 try (SearchResultsShim results = mDb.search("", searchSpec)) { in testReportSystemUsage()
520 List<String> results = commandReceiver.globalSearch(TEXT); in assertPackageCannotAccess() local
533 List<String> results = commandReceiver.globalSearch(TEXT); in assertPackageCanAccess() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ResultObjects/
DResultObject.java34 public ResultObject(HashMap<BaseResultsDialog.ResultType, Boolean> results) { in ResultObject()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DSymbolicLinkParser.java37 ArrayList results = new ArrayList<String>(); in getDependencies() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DGraphicsStatsValidationTest.java70 GraphicsStatsProto[] results = runDrawTest("testDrawTenFrames"); in testBasicDrawFrame() local
92 GraphicsStatsProto[] results = runDrawTest("testDrawJankyFrames"); in testJankyDrawFrame() local
159 GraphicsStatsProto[] results = runDrawTest("testDrawDaveyFrames"); in testDaveyDrawFrame() local
/cts/hostsidetests/cpptools/src/com/android/cts/cpptools/
DRunasPermissionsTest.java58 String results = getDevice().executeShellCommand(String.format( in testRunasCanConnectToAppsSocket() local
/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java347 Rational results = serializeRoundTrip(badZero); in testSerialize() local
355 Rational results = serializeRoundTrip(badPosInfinity); in testSerialize() local
364 Rational results = serializeRoundTrip(badNegInfinity); in testSerialize() local
372 Rational results = serializeRoundTrip(badReduced); in testSerialize() local
380 Rational results = serializeRoundTrip(badReducedNeg); in testSerialize() local
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
DPackageManagerMultiUserTest.java33 Map<String, String> results = getLastDeviceRunResults().getRunMetrics(); in getInstalledModules() local
/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DTextViewActivity.java44 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller()
DLifecycleActivity.java33 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_StatusUpdatesTest.java61 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in setUp() local
113 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops); in insertStatusUpdate() local
DCallLogProviderTest.java115 Cursor results = mContentResolver.query(uri, projection, null, null, null, null); in getLastModified() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java256 List<ScanResult> results = batchScanCallback.getBatchScanResults(); in testBatchScan() local
321 private void verifyTimestamp(Collection<ScanResult> results, long scanStartMillis, in verifyTimestamp()
345 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults()
DScanCallbackTest.java97 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults()
/cts/tests/tests/permission3/src/android/permission3/cts/
DPermissionReviewTest.kt118 val results = LinkedBlockingQueue<Int>() in testReviewPermissionWhenServiceIsBound() constant
/cts/hostsidetests/packagemanager/multiuser/app/src/com/android/tests/packagemanager/multiuser/app/
DPackageManagerMultiUserTest.java69 final Bundle results = new Bundle(); in testGetInstalledModules() local
/cts/tests/tests/assist/common/src/android/assist/common/
DBaseRemoteCallbackActivity.java75 protected void onReceivedEventFromCaller(Bundle results, String action) { in onReceivedEventFromCaller()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java58 double[] results = MeasureTime.measure(NUMBER_REPEAT, new MeasureRun() { in testMeasureTaskSwitching() local
/cts/hostsidetests/blobstore/test-apps/BlobStoreHostTestHelper/src/com/android/cts/device/blob/
DDataCleanupTest.java150 final Bundle results = new Bundle(); in addSessionIdToResults() local
161 final Bundle results = new Bundle(); in addBlobHandleToResults() local
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java86 List<GenericDocument> results = convertSearchResultsToDocuments(searchResults); in globalSearch() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java1111 List<SearchResult> results; in testQuery_getNextPage() local
1164 List<SearchResult> results = retrieveAllSearchResults(searchResults); in testQuery_relevanceScoring() local
1297 List<SearchResult> results = searchResults.getNextPage().get(); in testQuery_packageFilter() local
1377 List<SearchResult> results; in testQuery_getPackageName() local
1417 List<SearchResult> results; in testQuery_getDatabaseName() local
2053 List<SearchResult> results = searchResults.getNextPage().get(); in testSnippet() local
2135 List<SearchResult> results = searchResults.getNextPage().get(); in testSetSnippetCount() local
2197 List<SearchResult> results = searchResults.getNextPage().get(); in testCJKSnippet() local
3080 List<SearchResult> results = in testReportUsage() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraTestInstrumentation.java62 public void sendStatus(int resultCode, Bundle results) { in sendStatus()
/cts/libs/input/src/com/android/cts/input/
DHidDevice.java88 List<HidResultData> results = new ArrayList<HidResultData>(); in getResults() local
DUinputDevice.java84 List<UinputResultData> results = new ArrayList<UinputResultData>(); in getResults() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java286 List<HidResultData> results = new ArrayList<>(); in testInputVibratorEvents() local
354 List<HidResultData> results = new ArrayList<>(); in testInputVibratorManagerEvents() local
451 List<HidResultData> results = mHidDevice.getResults(mDeviceId, in testInputLightsManager() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDiscoveryWithRangingTestCase.java241 Pair<Integer, List<RangingResult>> results = rangingCb.waitForRangingResults(); in executeRanging() local

123