Home
last modified time | relevance | path

Searched refs:sendControlCommand (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java119 sendControlCommand(userIdForTesting, FLAG_CREATE_MEDIA_SESSION); in testGetActiveSessions_primaryUser()
122 sendControlCommand(userIdForTesting, FLAG_SET_MEDIA_SESSION_ACTIVE); in testGetActiveSessions_primaryUser()
246 sendControlCommand(userIdForTesting, FLAG_CREATE_MEDIA_SESSION2); in testGetActiveSessions_noSession2()
267 sendControlCommand( in testGetActiveSessions_withSession2()
381 private void sendControlCommand(int userId, int flag) throws Exception { in sendControlCommand() method in MediaSessionManagerHostTest