OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateToString
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/java/security/
Signature.java
499
return "SIGNATURE " + algorithm + " state: " +
stateToString
(state);
503
private String
stateToString
(int state) {
/frameworks/base/services/common_time/
common_time_server.cpp
[
all
...]
common_time_server.h
320
static const char*
stateToString
(ICommonClock::State s);
common_time_server_api.cpp
320
dump_printf("State : %s\n",
stateToString
(mState));
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
453
public static String
stateToString
(int state) {
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
636
pw.println(device + " " + BluetoothA2dp.
stateToString
(state));
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
[
all
...]
Completed in 261 milliseconds