/frameworks/base/core/tests/coretests/src/android/app/assist/ |
D | AssistStructureTest.java | 104 AssistStructure structure = new AssistStructure(mActivity, FOR_AUTOFILL, NO_FLAGS); in testParcelizationForAutofill_oneSmallView() local 107 assertStructureWithManySmallViews(structure, 1); in testParcelizationForAutofill_oneSmallView() 110 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_oneSmallView() 124 AssistStructure structure = new AssistStructure(mActivity, FOR_AUTOFILL, NO_FLAGS); in testParcelizationForAutofill_manySmallViews() local 127 assertStructureWithManySmallViews(structure, NUMBER_SMALL_VIEWS); in testParcelizationForAutofill_manySmallViews() 130 AssistStructure clone = cloneThroughParcel(structure); in testParcelizationForAutofill_manySmallViews() 134 private void assertStructureWithManySmallViews(AssistStructure structure, int expectedSize) { in assertStructureWithManySmallViews() argument 137 assertThat(structure.getWindowNodeCount()).isEqualTo(1); in assertStructureWithManySmallViews() 139 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews() 166 structure.dump(true); in assertStructureWithManySmallViews() [all …]
|
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
D | stderr.txt.expect | 7 reflection3264_struct_mismatch.rscript:6:8: error: structure 'q' is exported only for 64-bit targets 8 reflection3264_struct_mismatch.rscript:8:8: error: structure 'b' is exported only for 64-bit targets 9 reflection3264_struct_mismatch.rscript:4:8: error: structure 't' is exported only for 64-bit targets 10 reflection3264_struct_mismatch.rscript:54:8: error: 2nd field of exported structure 'FieldName' is … 11 reflection3264_struct_mismatch.rscript:73:8: error: field 'b' of exported structure 'FieldType' has… 12 reflection3264_struct_mismatch.rscript:73:8: error: field 'e' of exported structure 'FieldType' has… 13 reflection3264_struct_mismatch.rscript:37:8: error: exported structure 'FieldCount' has 1 field for… 14 error: in file 'reflection3264_struct_mismatch.rscript' structure 'f' is exported only for 32-bit t… 15 error: in file 'reflection3264_struct_mismatch.rscript' structure 'j' is exported only for 32-bit t… 16 error: in file 'reflection3264_struct_mismatch.rscript' structure 'o' is exported only for 32-bit t…
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Helper.java | 142 public static ViewNode findViewNodeByAutofillId(@NonNull AssistStructure structure, in findViewNodeByAutofillId() argument 144 return findViewNode(structure, (node) -> { in findViewNodeByAutofillId() 149 private static ViewNode findViewNode(@NonNull AssistStructure structure, in findViewNode() argument 152 final int numWindowNodes = structure.getWindowNodeCount(); in findViewNode() 154 nodesToProcess.add(structure.getWindowNodeAt(i).getRootViewNode()); in findViewNode() 178 public static ViewNode sanitizeUrlBar(@NonNull AssistStructure structure, in sanitizeUrlBar() argument 180 final ViewNode urlBarNode = findViewNode(structure, (node) -> { in sanitizeUrlBar() 214 static ArrayList<AutofillId> getAutofillIds(@NonNull AssistStructure structure, in getAutofillIds() argument 217 final int size = structure.getWindowNodeCount(); in getAutofillIds() 219 final WindowNode node = structure.getWindowNodeAt(i); in getAutofillIds()
|
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
D | ContentCaptureSessionTest.java | 88 final ViewStructure structure = mSession1.newViewStructure(mMockView); in testNewViewStructure() local 89 assertThat(structure).isNotNull(); in testNewViewStructure() 90 assertThat(structure.getAutofillId()).isEqualTo(mMockView.getAutofillId()); in testNewViewStructure() 96 final ViewStructure structure = mSession1.newVirtualViewStructure(parentId, 108L); in testNewVirtualViewStructure() local 97 assertThat(structure).isNotNull(); in testNewVirtualViewStructure() 99 assertThat(structure.getAutofillId()).isEqualTo(childId); in testNewVirtualViewStructure()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | AsyncStructure.java | 35 public void onProvideVirtualStructure(ViewStructure structure) { in onProvideVirtualStructure() argument 36 structure.setChildCount(1); in onProvideVirtualStructure() 37 final ViewStructure child = structure.asyncNewChild(0); in onProvideVirtualStructure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsEditingActivity.kt | 56 private lateinit var structure: CharSequence variable 80 structure = it in onCreate() 132 requireViewById<TextView>(R.id.title).text = structure in bindViews() 133 setTitle(structure) in bindViews() 154 StructureInfo(component, structure, model.favorites)) in saveFavorites() 172 val controls = controller.getFavoritesForStructure(component, structure) in setUpList()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsUiControllerImpl.kt | 242 putExtra(ControlsFavoritingActivity.EXTRA_STRUCTURE, si.structure) in <lambda>() 320 itemsByComponent.get(it.componentName)?.copy(structure = it.structure) in <lambda>() 445 val structure = sharedPreferences.getString(PREF_STRUCTURE, "") in <lambda>() constant 448 component == it.componentName && structure == it.structure in <lambda>() 456 .putString(PREF_STRUCTURE, si.structure.toString()) in <lambda>() 462 it.structure == item.structure && it.componentName == item.componentName in <lambda>() 531 it.componentName == si.componentName && it.structure == si.structure in <lambda>() 537 val structure: CharSequence, constant in com.android.systemui.controls.ui.SelectionItem 541 fun getTitle() = if (structure.isEmpty()) { appName } else { structure } in getTitle()
|
/frameworks/base/core/java/android/service/autofill/ |
D | FillContext.java | 189 @NonNull AssistStructure structure, in FillContext() argument 192 this.mStructure = structure; in FillContext() 259 … AssistStructure structure = (AssistStructure) in.readTypedObject(AssistStructure.CREATOR); 263 structure,
|
/frameworks/rs/script_api/ |
D | rs_time.spec | 49 summary: Date and time structure 51 Data structure for broken-down time components. 68 Converts the time specified by timer into a @rs_tm structure that provides year, month,
|
/frameworks/base/apex/jobscheduler/ |
D | README_js-mainline.md | 3 ## Current structure 20 The current structure is *not* the final design.
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceCallback.hal | 25 * @param resultExtras data structure containing information about the 40 * @param resultExtras data structure containing information about the 54 * @param resultExtras data structure containing information about the
|
/frameworks/av/media/libaaudio/src/core/ |
D | VersionExperiment.txt | 44 // Assume the rest of the structure is vectors. 46 // Point to first vector past end of the known structure.
|
/frameworks/base/core/java/android/service/controls/ |
D | Control.java | 145 @Nullable CharSequence structure, in Control() argument 168 mStructure = structure; in Control() 516 public StatelessBuilder setStructure(@Nullable CharSequence structure) { in setStructure() argument 517 mStructure = structure; in setStructure() 719 public StatefulBuilder setStructure(@Nullable CharSequence structure) { in setStructure() argument 720 mStructure = structure; in setStructure()
|
/frameworks/base/core/proto/android/util/ |
D | common.proto | 25 * Very basic data structure used by aggregated stats. 43 * Very basic data structure to represent Duration.
|
/frameworks/base/core/proto/ |
D | README.md | 10 of a certain service, not the data structure of that service, e.g. 34 1. If the proto represents the structure of an object, it should have `Proto` as
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 44 * rs_tm: Date and time structure 46 * Data structure for broken-down time components. 73 * Converts the time specified by timer into a rs_tm structure that provides year, month, 80 * local: Pointer to time structure where the local time will be stored.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | StructureInfo.kt | 32 val structure: CharSequence, constant in com.android.systemui.controls.controller.StructureInfo
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlsBindingControllerImplTest.kt | 271 val structure = in testSubscribe() constant 274 controller.subscribe(structure) in testSubscribe() 301 val structure = in testUnsubscribe_refreshing() constant 304 controller.subscribe(structure) in testUnsubscribe_refreshing()
|
/frameworks/base/tests/HwAccelerationTest/ |
D | default.properties | 8 # project structure.
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 341 public void onProvideVirtualStructure(android.view.ViewStructure structure); in onProvideVirtualStructure() argument 344 @SuppressWarnings("unused") android.view.ViewStructure structure, in onProvideAutofillVirtualStructure() 356 @NonNull @SuppressWarnings("unused") android.view.ViewStructure structure, in onProvideContentCaptureStructure()
|
/frameworks/base/core/java/android/widget/ |
D | RadioGroup.java | 436 protected void onProvideStructure(@NonNull ViewStructure structure, in onProvideStructure() argument 438 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 441 structure.setDataIsSensitive(mCheckedId != mInitialCheckedId); in onProvideStructure()
|
D | AdapterView.java | 1311 public void onProvideAutofillStructure(ViewStructure structure, int flags) { in onProvideAutofillStructure() argument 1312 super.onProvideAutofillStructure(structure, flags); in onProvideAutofillStructure() 1317 protected void onProvideStructure(@NonNull ViewStructure structure, in onProvideStructure() argument 1319 super.onProvideStructure(structure, viewFor, flags); in onProvideStructure() 1328 structure.setAutofillOptions(options); in onProvideStructure()
|
/frameworks/base/tests/RollbackTest/ |
D | README.txt | 3 Directory structure
|
/frameworks/base/tests/SystemMemoryTest/ |
D | README.txt | 3 Directory structure
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionSession.aidl | 35 in AssistStructure structure, in AssistContent content, int index, int count); in handleAssist() argument
|