/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/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/browseable/MidiScope/src/com.example.android.midiscope/ |
D | ScopeLogger.java | 24 void log(String text); in log()
|
/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 | SaveRestoreState.java | 94 void setSavedText(CharSequence text) { in setSavedText()
|
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 | ActionBarNavigation.java | 43 TextView text = (TextView)findViewById(R.id.launchedfrom); in onCreate() local
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | exported_symbol_set.cpp | 35 const ExportedSymbolSet::GlobPatternSet &patterns, const char *text) { in HasMatchingGlobPattern() 47 const std::string &text) { in HasMatchingGlobPattern()
|
/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/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/content/ |
D | ReadAsset.java | 62 String text = new String(buffer); in onCreate() local
|
D | ProcessText.java | 23 CharSequence text = getIntent().getCharSequenceExtra(Intent.EXTRA_PROCESS_TEXT); in onCreate() 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/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/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/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/tools/logblame/ |
D | ps.py | 112 def ParsePs(text): argument 126 def ParseUids(text): argument 132 def ParseUid(text): argument
|
D | test_logs.py | 153 def check_parsing(expected, 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/samples/training/notify-user/src/com/example/android/pingme/ |
D | ResultActivity.java | 34 TextView text = (TextView) findViewById(R.id.result_message); in onCreate() local
|
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/ |
D | CpuUsageParser.java | 51 final String text = line.text; in parse() local
|
/development/vndk/tools/definition-tool/tests/ |
D | compat.py | 82 def assertRegex(self, text, expected_regex, msg=None): argument 87 def assertNotRegex(self, text, unexpected_regex, msg=None): argument
|