/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 | 123 List<TestCase> testCases = Lists.newArrayList(); in readAllFromAssets() 126 List<String> testFiles = Lists.newArrayList(); in readAllFromAssets() 161 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()
|
D | LaunchRunner.java | 96 List<Activity> activityLog = Lists.newArrayList(); in verify() 177 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 | 85 Lists.newArrayList(new Rect(0, 0, 5, 5))); in staticView() 115 Lists.newArrayList(new Rect(0, 0, 5, 5))); in animatingView() 122 List<Integer> sizeRange = Lists.newArrayList(5, 6); in animatingView() 168 v.setSystemGestureExclusionRects(Lists.newArrayList(new Rect(0, 0, 5, 5))); in removingRects() 196 w.setSystemGestureExclusionRects(Lists.newArrayList(new Rect(0, 0, 5, 5))); in rootExclusionRects() 198 Lists.newArrayList(new Rect(0, 0, 5, 5)), in rootExclusionRects() 208 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 | 53 final List<Map<String, String>> groupData = Lists.newArrayList(); in onCreate() 54 final List<List<Map<String, String>>> childData = Lists.newArrayList(); in onCreate() 61 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/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/ |
D | IncrementalInstallTest.java | 315 List<String> notLoadedComponents = Lists.newArrayList( in validateAppLaunch() 317 notLoadedComponents.removeAll(Lists.newArrayList(componentsToCheck)); in validateAppLaunch()
|
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/ |
D | ContentSuggestionsManagerTest.java | 159 Lists.newArrayList()).build(); in managerForwards_classifyContentSelections()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeMediaDrmClearkeyTest.java | 267 ArrayList<Integer> versionNumbers = Lists.newArrayList(); in intVersion()
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 495 List<String> types = Lists.newArrayList(); in userAuthTypeToString()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsBehaviorTests.java | 854 view.setSystemGestureExclusionRects(Lists.newArrayList(exclusiveRect)); in setAndWaitForSystemGestureExclusionRectsListenerTrigger()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 1969 name: "newArrayList"
|