/development/samples/StackWidget/src/com/example/android/stackwidget/ |
D | WidgetItem.java | 20 public String text; field in WidgetItem 22 public WidgetItem(String text) { in WidgetItem()
|
/development/tools/bugreport/src/com/android/bugreport/util/ |
D | Line.java | 27 public String text; field in Line 38 public Line(int lineno, String text) { in Line()
|
D | Utils.java | 49 public static boolean matches(Matcher matcher, String text) { in matches() 57 public static Matcher match(Matcher matcher, String text) { in match()
|
/development/tools/winscope/src/test/e2e/ |
D | upload_traces_test.ts | 83 const text = await element(by.css('.uploaded-files')).getText(); constant 91 const text = await element(by.css('.uploaded-files')).getText(); constant
|
D | utils.ts | 119 const text = await traceSelector.getText(); constant 234 const text = await node.getText(); constant 250 const text = await label.getText(); constant 362 const text = await element(by.css('.uploaded-files')).getText(); constant 391 const text = await element(by.css('snack-bar')).getText(); constant 396 const text = await element(by.css('snack-bar')).getText(); constant
|
/development/apps/ShareTest/src/com/android/sharetest/ |
D | SendTextActivity.kt | 29 val text = intent.getCharSequenceExtra(Intent.EXTRA_TEXT)?.toString() in onCreate() constant
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
D | VmTracesParser.java | 58 final String text = line.text; in parse() local 67 final String text = line.text; in parse() local
|
D | ProcessSnapshotParser.java | 73 final String text = line.text; in parse() local 104 final String text = line.text; in parse() local
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | StatusBarNotifications.java | 195 CharSequence text = getText(textId); in setMood() local 229 CharSequence text = getText(textId); in setMoodView() local 252 CharSequence text = getText(R.string.status_bar_notifications_happy_message); in setDefault() local
|
D | ActionBarTabs.java | 47 final String text = "Tab " + tabCount; in onAddTab() local 113 public TabContentFragment(String text) { in TabContentFragment() 126 TextView text = (TextView) fragView.findViewById(R.id.text); in onCreateView() local
|
D | SaveRestoreState.java | 94 void setSavedText(CharSequence text) { in setSavedText()
|
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/ |
D | DataFragment.java | 55 public void appendItem(String title, String text) { in appendItem() 102 String text; field in DataFragment.Event 104 public Event(String title, String text) { in Event()
|
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/ |
D | ScopeLogger.java | 24 void log(String text); in log()
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | NoteEditor.java | 281 String text = mText.getText().toString(); in onStop() local 377 String text = mText.getText().toString(); in onOptionsItemSelected() local 409 String text=null; in performPaste() local 464 private final void updateNote(String text, String title) { in updateNote() 574 String text = String.format(res.getString(R.string.title_edit), title); in onLoadFinished() local
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
D | SetTwoMinuteAlarm.java | 135 private void clickByDescription(String text) throws UiObjectNotFoundException { in clickByDescription() 145 private void clickByText(String text) throws UiObjectNotFoundException { in clickByText()
|
/development/tools/winscope/src/parsers/protolog/ |
D | log_message.ts | 18 text: string; property
|
/development/tools/logblame/ |
D | ps.py | 112 def ParsePs(text): argument 126 def ParseUids(text): argument 132 def ParseUid(text): argument
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | CustomViewAccessibilityActivity.java | 98 CharSequence text = getText(); in onInitializeAccessibilityNodeInfo() local 110 CharSequence text = getText(); in onPopulateAccessibilityEvent() local 264 private Layout makeLayout(CharSequence text) { in makeLayout()
|
/development/tools/winscope/src/app/components/ |
D | wdp_setup_component_test.ts | 64 const text = htmlElement.querySelector( constant
|
/development/tools/winscope/src/viewers/components/rects/ |
D | rect_label.ts | 24 text: string; property
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | ExpandableListItem.java | 34 public ExpandableListItem(String title, int imgResource, int collapsedHeight, String text) { in ExpandableListItem() 71 public void setText(String text) { in setText()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ReadAsset.java | 62 String text = new String(buffer); in onCreate() local
|
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/ |
D | ReceiveShareService.java | 52 final CharSequence text = ReceiveShare.buildShareInfo(getContentResolver(), intent); in onHandleIntent() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | DragAndDropDemo.java | 36 TextView text = (TextView) findViewById(R.id.drag_text); in onCreate() local
|
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/ |
D | CpuUsageParser.java | 51 final String text = line.text; in parse() local
|