Searched defs:describe (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerSavedStateTest.java69 public String describe() {
82 public String describe() {
96 public String describe() {
110 public String describe() {
146 + mConfig + " post layout action " + mPostLayoutOperations.describe());
218 assertRectSetsEqual(mConfig + "\npost layout op:" + mPostLayoutOperations.describe()
249 abstract String describe(); method in class:StaggeredGridLayoutManagerSavedStateTest.PostLayoutRunnable
253 return describe();
H A DLinearLayoutManagerSavedStateTest.java91 public String describe() {
104 public String describe() {
118 public String describe() {
132 public String describe() {
141 public String describe() {
159 public String describe() {
176 public String describe() {
193 public String describe() {
210 String describe() {
228 String describe() {
378 abstract String describe(); method in class:LinearLayoutManagerSavedStateTest.PostLayoutRunnable
399 abstract String describe(); method in class:LinearLayoutManagerSavedStateTest.PostRestoreRunnable
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java111 * @param profile Profile to describe
114 private String describe(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
189 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
277 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
328 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
332 describe(null));
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1392 operation.describe(msg, false);
1415 operation.describe(msg, false);
1434 operation.describe(msg, verbose);
1469 public void describe(StringBuilder msg, boolean verbose) { method in class:SQLiteConnection.Operation

Completed in 119 milliseconds