OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateToString
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
276
public static String
stateToString
(int state) {
/dalvik/libcore/security/src/main/java/java/security/
Signature.java
520
return "SIGNATURE " + algorithm + " state: " +
stateToString
(state); //$NON-NLS-1$ //$NON-NLS-2$
524
private String
stateToString
(int state) {
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
570
pw.println(device + " " + BluetoothA2dp.
stateToString
(state));
Completed in 722 milliseconds