HomeSort by relevance Sort by last modified time
    Searched refs:commandExtraKey (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
MediaController2Test.java 308 String commandExtraKey = "test_extra_key";
311 commandExtra.putString(commandExtraKey, commandExtraValue);
324 controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey));
341 String commandExtraKey = "test_extra_key";
344 commandExtra.putString(commandExtraKey, commandExtraValue);
374 String commandExtraKey = "test_extra_key_";
377 commandExtra.putString(commandExtraKey, commandExtraValue);
MediaSession2Test.java 468 String commandExtraKey = "test_extra_key";
471 commandExtra.putString(commandExtraKey, commandExtraValue);
485 sessionCallback.mCommand.getCustomExtras().getString(commandExtraKey));
524 String commandExtraKey = "test_extra_key";
527 commandExtra.putString(commandExtraKey, commandExtraValue);
599 String commandExtraKey = "test_extra_key_";
602 commandExtra.putString(commandExtraKey, commandExtraValue);
    [all...]

Completed in 43 milliseconds