Searched refs:mCmd (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 78 public Command mCmd; field in NotificationPlayer.CreationAndCompletionThread 81 mCmd = cmd; in CreationAndCompletionThread() 93 (AudioManager) mCmd.context.getSystemService(Context.AUDIO_SERVICE); in run() 96 if (mCmd.attributes == null) { in run() 97 mCmd.attributes = new AudioAttributes.Builder() in run() 102 player.setAudioAttributes(mCmd.attributes); in run() 103 player.setDataSource(mCmd.context, mCmd.uri); in run() 104 player.setLooping(mCmd.looping); in run() 105 player.setVolume(mCmd.volume); in run() 109 if ((mCmd.uri != null) && (mCmd.uri.getEncodedPath() != null) in run() [all …]
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | BasicShellCommandHandler.java | 44 private String mCmd; field in BasicShellCommandHandler 63 mCmd = null; in init() 86 mCmd = cmd; in exec() 91 Log.d(TAG, "Starting command " + mCmd + " on " + mTarget, here); in exec() 97 res = onCommand(mCmd); in exec() 98 if (DEBUG) Log.d(TAG, "Executed command " + mCmd + " on " + mTarget); in exec() 106 eout.println("Exception occurred while executing '" + mCmd + "':"); in exec() 118 if (DEBUG) Log.d(TAG, "Finished command " + mCmd + " on " + mTarget); in exec()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | WakeupMessage.java | 47 protected final int mCmd, mArg1, mArg2; field in WakeupMessage 58 mCmd = cmd; in WakeupMessage() 82 mCmd = 0; in WakeupMessage() 129 msg = mHandler.obtainMessage(mCmd, mArg1, mArg2, mObj); in onAlarm()
|
/frameworks/base/tools/aapt/ |
D | Bundle.h | 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;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 37923 Landroid/os/ShellCommand;->mCmd:Ljava/lang/String;
|