Home
last modified time | relevance | path

Searched defs:headline (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java265 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine() local
280 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPhantomProcessList.java574 void dumpPhantomeProcessLocked(PrintWriter pw, String prefix, String headline, in dumpPhantomeProcessLocked()