HomeSort by relevance Sort by last modified time
    Searched defs:describe (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
key.h 217 /* describe a key */
218 void (*describe)(const struct key *key, struct seq_file *p); member in struct:key_type
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 95 * @param profile Profile to describe
98 private String describe(CachedBluetoothDevice cachedDevice, Profile profile) { method in class:CachedBluetoothDevice
108 private String describe(Profile profile) { method in class:CachedBluetoothDevice
109 return describe(this, profile);
168 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
300 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
358 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
362 describe(null));
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 4850 milliseconds