/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/ |
D | PacProxyTest.java | 208 assertEquals("Proxy must be direct", newArrayList(Proxy.NO_PROXY), list); in testDirect() 224 assertEquals("Must return multiple proxies", newArrayList( in testLocalPlusDirect() 244 assertEquals("Proxy must have correct port", newArrayList( in testHostPassthrough() 263 assertEquals("Correct URL returns proxy", newArrayList( in testUrlPassthrough() 270 newArrayList(Proxy.NO_PROXY), list); in testUrlPassthrough() 287 newArrayList(new Proxy(Type.HTTP, InetSocketAddress.createUnresolved("passed", 8080))), in testStringCase()
|
D | StaticProxyTest.java | 83 assertEquals("Proxy must be returned", newArrayList( in testProxySelector() 101 assertEquals("Direct must be returned", newArrayList(Proxy.NO_PROXY), list); in testProxySelectorExclude() 113 assertEquals("Direct must be returned", newArrayList(Proxy.NO_PROXY), list); in testClearProxySelector()
|
D | BaseProxyTest.java | 154 protected List<Proxy> newArrayList(Proxy... proxies) { in newArrayList() method in BaseProxyTest
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | LaunchSequence.java | 146 return new LaunchIntent(Lists.newArrayList(), createComponent(activity), null, false); in intent() 157 return new LaunchIntent(Lists.newArrayList(), createComponent(activity), null, true); in intentForResult() 234 Lists.newArrayList(new LaunchFromIntent(mLaunchIntent, -1)), in fold() 235 Lists.newArrayList()); in fold()
|
D | Cases.java | 77 public final List<IntentFlag> flags = Lists.newArrayList( 126 return Lists.newArrayList( in newTaskCases() 176 return Lists.newArrayList( in newDocumentCases() 212 return Lists.newArrayList( in clearCases() 240 return Lists.newArrayList( in forResultCases() 299 return Lists.newArrayList(resetIfNeeded, resetWontMoveResult, resetToExistingTask2, in resetTaskIfNeeded()
|
D | IntentTests.java | 117 List<TestCase> testCases = Lists.newArrayList(); in readAllFromAssets() 120 List<String> testFiles = Lists.newArrayList(); in readAllFromAssets()
|
D | IoUtils.java | 46 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()
|
D | LaunchRunner.java | 98 List<Activity> activityLog = Lists.newArrayList(); in verify() 184 List<Activity> activityLog = Lists.newArrayList(); in run()
|
D | Persistence.java | 301 List<IntentFlag> intentFlags = Lists.newArrayList(mIntentFlags); in withFlags() 381 List<GenerationIntent> serializeIntents = Lists.newArrayList(); in prepareSerialisation()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | SystemGestureExclusionRectsTest.java | 96 Lists.newArrayList(new Rect(0, 0, 5, 5))); in staticView() 128 Lists.newArrayList(new Rect(0, 0, 5, 5))); in animatingView() 135 List<Integer> sizeRange = Lists.newArrayList(5, 6); in animatingView() 181 v.setSystemGestureExclusionRects(Lists.newArrayList(new Rect(0, 0, 5, 5))); in removingRects() 209 w.setSystemGestureExclusionRects(Lists.newArrayList(new Rect(0, 0, 5, 5))); in rootExclusionRects() 211 Lists.newArrayList(new Rect(0, 0, 5, 5)), in rootExclusionRects() 221 final List<Rect> dummyLocalExclusionRects = Lists.newArrayList(new Rect(0, 0, 5, 5)); in ignoreHiddenViewRects()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ExpandableListTestActivity.java | 54 final List<Map<String, String>> groupData = Lists.newArrayList(); in onCreate() 55 final List<List<Map<String, String>>> childData = Lists.newArrayList(); in onCreate() 62 final List<Map<String, String>> children = Lists.newArrayList(); in onCreate()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/ |
D | SavedDatasetsInfoTest.java | 79 new ArraySet<>(Lists.newArrayList( in testSuccess()
|
/cts/libs/vogar-expect/src/vogar/expect/ |
D | Outcome.java | 67 List<String> sanitizedStrings = Lists.newArrayList(); in sanitizeOutputLines()
|
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/ |
D | ContentSuggestionsManagerTest.java | 159 Lists.newArrayList()).build(); in managerForwards_classifyContentSelections()
|
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/ |
D | IncrementalInstallTest.java | 328 List<String> notLoadedComponents = Lists.newArrayList( in validateAppLaunch() 330 notLoadedComponents.removeAll(Lists.newArrayList(componentsToCheck)); in validateAppLaunch()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsFixedCollectionAdapterTest.java | 397 Lists.newArrayList( in testSerializationSize_largeCollectionInSizedRemoteViews() 422 Lists.newArrayList( in testSerializationSize_largeCollectionInSizedRemoteViews_multiPackage()
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 513 List<String> types = Lists.newArrayList(); in userAuthTypeToString()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsBehaviorTests.java | 882 view.setSystemGestureExclusionRects(Lists.newArrayList(exclusiveRect)); in setAndWaitForSystemGestureExclusionRectsListenerTrigger()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 1969 name: "newArrayList"
|