Searched refs:mCmd (Results 1 – 4 of 4) sorted by relevance
77 public Command mCmd; field in NotificationPlayer.CreationAndCompletionThread80 mCmd = cmd; in CreationAndCompletionThread()95 if (mCmd.attributes == null) { in run()96 mCmd.attributes = new AudioAttributes.Builder() in run()101 player.setAudioAttributes(mCmd.attributes); in run()102 player.setDataSource(mCmd.context, mCmd.uri); in run()103 player.setLooping(mCmd.looping); in run()107 if ((mCmd.uri != null) && (mCmd.uri.getEncodedPath() != null) in run()108 && (mCmd.uri.getEncodedPath().length() > 0)) { in run()114 if (mCmd.looping) { in run()[all …]
47 protected final int mCmd, mArg1, mArg2; field in WakeupMessage58 mCmd = cmd; in WakeupMessage()82 mCmd = 0; in WakeupMessage()129 msg = mHandler.obtainMessage(mCmd, mArg1, mArg2, mObj); in onAlarm()
50 : mCmd(kCommandUnknown), mVerbose(false), mAndroidList(false), in Bundle()79 Command getCommand(void) const { return mCmd; } in getCommand()80 void setCommand(Command cmd) { mCmd = cmd; } in setCommand()289 Command mCmd;
38566 Landroid/os/ShellCommand;->mCmd:Ljava/lang/String;