OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commandStr
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaController2Test.java
307
String
commandStr
= "test_command";
312
Session2Command command = new Session2Command(
commandStr
, commandExtra);
322
assertEquals(
commandStr
, controllerCallback.mCommand.getCustomAction());
340
String
commandStr
= "test_command";
345
Session2Command command = new Session2Command(
commandStr
, commandExtra);
373
String
commandStr
= "test_command_";
378
Session2Command command = new Session2Command(
commandStr
, commandExtra);
MediaSession2Test.java
313
String
commandStr
= "test_command";
314
Session2Command command = new Session2Command(
commandStr
, null);
329
if (
commandStr
.equals(command.getCustomAction())
347
if (
commandStr
.equals(command.getCustomAction())
467
String
commandStr
= "test_command";
472
Session2Command command = new Session2Command(
commandStr
, commandExtra);
483
assertEquals(
commandStr
, sessionCallback.mCommand.getCustomAction());
523
String
commandStr
= "test_command";
528
Session2Command command = new Session2Command(
commandStr
, commandExtra);
598
String
commandStr
= "test_command_"
[
all
...]
Completed in 86 milliseconds