Searched refs:mCmd (Results 1 – 2 of 2) sorted by relevance
74 public Command mCmd; field in NotificationPlayer.CreationAndCompletionThread77 mCmd = cmd; in CreationAndCompletionThread()90 player.setAudioStreamType(mCmd.stream); in run()91 player.setDataSource(Factory.get().getApplicationContext(), mCmd.uri); in run()92 player.setLooping(mCmd.looping); in run()93 player.setVolume(mCmd.volume, mCmd.volume); in run()95 if ((mCmd.uri != null) && (mCmd.uri.getEncodedPath() != null) in run()96 && (mCmd.uri.getEncodedPath().length() > 0)) { in run()97 audioManager.requestAudioFocus(null, mCmd.stream, in run()98 mCmd.looping ? AudioManager.AUDIOFOCUS_GAIN_TRANSIENT in run()[all …]
44 private final String mCmd; field in ShellCommandRule51 mCmd = cmd; in ShellCommandRule()67 UiDevice.getInstance(getInstrumentation()).executeShellCommand(mCmd); in apply()70 "Failed command: " + mCmd + ", result: " + result, in apply()