Home
last modified time | relevance | path

Searched full:status_text (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/docs/html/reference/android/support/test/
D_book.yaml5 status_text: apilevel-
8 status_text: apilevel-
11 status_text: apilevel-
14 status_text: apilevel-
17 status_text: apilevel-
20 status_text: apilevel-
23 status_text: apilevel-
26 status_text: apilevel-
29 status_text: apilevel-
32 status_text: apilevel-
[all …]
/frameworks/base/docs/html/reference/android/support/wearable/
D_book.yaml5 status_text: apilevel-
8 status_text: apilevel-
11 status_text: apilevel-
14 status_text: apilevel-
17 status_text: apilevel-
20 status_text: apilevel-
23 status_text: apilevel-
26 status_text: apilevel-
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
DContentViewActivity.java43 TextView tv = (TextView) findViewById(R.id.status_text); in onCreate()
46 TextView tv = (TextView) findViewById(R.id.status_text); in onCreate()
/frameworks/base/tests/StatusBar/res/layout/
Dprogress_notification.xml15 android:id="@+id/status_text"
/frameworks/support/samples/SupportAppNavigation/res/layout/
Dcontent_view.xml25 <TextView android:id="@+id/status_text"
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduHeaders.java86 public static final int STATUS_TEXT = 0xB6; field in PduHeaders
594 case STATUS_TEXT: in setEncodedStringValue()
DPduParser.java423 case PduHeaders.STATUS_TEXT: in parseHeaders()
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java1649 public static final String STATUS_TEXT = "st_txt"; field