HomeSort by relevance Sort by last modified time
    Searched full:status_msg (Results 1 - 4 of 4) sorted by null

  /development/samples/BluetoothHDP/res/values/
strings.xml 39 <string name="status_msg">Status Message</string>
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.cc 113 base::string16 status_msg; local
119 &status_msg,
122 base::UTF16ToUTF8(status_msg),
  /development/samples/BluetoothHDP/res/layout/
console.xml 114 android:text="@string/status_msg"
117 <TextView android:id="@+id/status_msg"
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 139 mStatusMessage = (TextView) findViewById(R.id.status_msg);

Completed in 51 milliseconds