/frameworks/base/docs/html/reference/android/support/wearable/ |
_book.yaml | 5 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/base/docs/html/reference/android/support/test/ |
_book.yaml | 5 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...] |
/build/tools/droiddoc/templates-sdk/ |
yaml_navtree.cs | 4 path, and status_text (API level) for each package. 12 status_text: apilevel-<?cs var:page.apilevel ?><?cs
|
/build/tools/droiddoc/templates-sdk-dev/ |
yaml_navtree.cs | 4 path, and status_text (API level) for each package. 12 status_text: apilevel-<?cs var:page.apilevel ?><?cs
|
/development/samples/WiFiDirectServiceDiscovery/res/layout/ |
main.xml | 16 android:id="@+id/status_text"
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
buildbucket_job_status.py | 28 status_text = json.dumps(original_status, sort_keys=True, indent=4) 32 status_text = json.dumps(clean_status, sort_keys=True, indent=4) 38 'status_text': 'DATA:' + status_text,
|
/frameworks/base/tests/StatusBar/res/layout/ |
progress_notification.xml | 15 android:id="@+id/status_text"
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
ContentViewActivity.java | 36 TextView tv = (TextView) findViewById(R.id.status_text); 39 TextView tv = (TextView) findViewById(R.id.status_text);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
util_test.py | 205 status, status_text, content, headers = self.DoHttpRequest('/') 207 self.assertEquals(six.moves.http_client.responses[six.moves.http_client.NOT_FOUND], status_text) 218 status, status_text, content, headers = self.DoHttpRequest('/') 220 self.assertEquals(six.moves.http_client.responses[six.moves.http_client.OK], status_text) 230 status, status_text, content, headers = self.DoHttpRequest('/') 232 self.assertEquals(six.moves.http_client.responses[six.moves.http_client.OK], status_text) 240 status, status_text, content, headers = self.DoHttpRequest('/') 242 self.assertEquals(six.moves.http_client.responses[six.moves.http_client.OK], status_text) 252 status, status_text, content, headers = self.DoHttpRequest('/') 254 self.assertEquals(six.moves.http_client.responses[six.moves.http_client.OK], status_text) [all...] |
/external/zxing/qr_scanner/res/values/ |
colors.xml | 20 <color name="status_text">#ffffffff</color>
|
/external/avahi/avahi-compat-howl/samples/ |
publish.c | 41 status_text[] = local 49 fprintf(stderr, "publish reply: %s\n", status_text[status]);
|
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
ContentViewActivity.java | 43 TextView tv = (TextView) findViewById(R.id.status_text); 46 TextView tv = (TextView) findViewById(R.id.status_text);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
MessageWizardFragment.java | 58 final TextView titleView = (TextView) view.findViewById(R.id.status_text); 88 TextView titleView = (TextView) getView().findViewById(R.id.status_text);
|
/development/samples/ApiDemos/res/layout/ |
searchview_actionbar.xml | 23 android:id="@+id/status_text"
|
/development/samples/AppNavigation/res/layout/ |
content_view.xml | 25 <TextView android:id="@+id/status_text"
|
/external/chromium-trace/catapult/dashboard/dashboard/templates/ |
buildbucket_job_status.html | 36 <pre> {{status_text}} </pre>
|
/external/deqp/android/package/res/layout/ |
exec_server.xml | 27 <TextView android:id="@+id/status_text"
|
/external/zxing/qr_scanner/res/layout/ |
capture.xml | 38 android:textColor="@color/status_text"
|
/frameworks/support/samples/SupportAppNavigation/res/layout/ |
content_view.xml | 25 <TextView android:id="@+id/status_text"
|
/packages/apps/TvSettings/Settings/res/layout/ |
setup_message.xml | 33 android:id="@+id/status_text" />
|
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/ |
DeviceDetailFragment.java | 127 TextView statusText = (TextView) mContentView.findViewById(R.id.status_text); 161 new FileServerAsyncTask(getActivity(), mContentView.findViewById(R.id.status_text)) 167 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources() 201 view = (TextView) mContentView.findViewById(R.id.status_text);
|
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/res/layout/ |
device_detail.xml | 28 android:id="@+id/status_text"
|
/development/samples/MultiResolution/res/layout/ |
main.xml | 46 android:id="@+id/status_text"
|
/development/samples/MultiResolution/res/layout-land/ |
main.xml | 47 android:id="@+id/status_text"
|
/development/samples/MultiResolution/src/com/example/android/multires/ |
MultiRes.java | 70 TextView statusText = (TextView) findViewById(R.id.status_text);
|