Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java131 mCurrentCommand = null;
228 if (mCurrentCommand != null && mCurrentCommand.isCanceling() in update()
234 if (mCurrentCommand != null && (mCurrentCommand.isRunning() in update()
250 || (!mCurrentCommand.isPending() && !mCurrentCommand.isRunning())) in update()
257 && (mCurrentCommand.isPending() || mCurrentCommand.isRunning())) { in update()
316 mCurrentCommand.cancel(force); in cancel()
454 if (mCurrentCommand == null) { in scheduleCommand()
455 mCurrentCommand = command; in scheduleCommand()
462 if (mCurrentCommand != null in runPendingCommand()
469 if (mCurrentCommand != null) { in runPendingCommand()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java1354 private Message mCurrentCommand; field in WifiAwareStateManager.WifiAwareStateMachine
1712 if (mCurrentCommand != null) { in processCommand()
1716 + mCurrentCommand + ")"); in processCommand()
1717 mCurrentCommand = null; in processCommand()
1974 mCurrentCommand = obtainMessage(msg.what); in processCommand()
1975 mCurrentCommand.copyFrom(msg); in processCommand()
1986 if (mCurrentCommand == null) { in processResponse()
2107 mCurrentCommand = null; in processResponse()
2112 mCurrentCommand = null; in processResponse()
2121 if (mCurrentCommand == null) { in processTimeout()
[all …]