OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:confClass
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java
330
final Class<?>
confClass
= config.getClass();
332
final Method getClientUidMethod =
confClass
.getDeclaredMethod("getClientUid");
333
final Method getClientPackageName =
confClass
.getDeclaredMethod("getClientPackageName");
AudioPlaybackConfigurationTest.java
151
final Class<?>
confClass
= config.getClass();
152
final Method getClientUidMethod =
confClass
.getDeclaredMethod("getClientUid");
153
final Method getClientPidMethod =
confClass
.getDeclaredMethod("getClientPid");
154
final Method getPlayerTypeMethod =
confClass
.getDeclaredMethod("getPlayerType");
Completed in 44 milliseconds