Searched refs:isCancelled (Results 1 - 25 of 41) sorted by relevance

12

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DIShellOutputReceiver.java43 public boolean isCancelled(); method in interface:IShellOutputReceiver
H A DNullOutputReceiver.java46 * @see com.android.ddmlib.adb.IShellOutputReceiver#isCancelled()
49 public boolean isCancelled() { method in class:NullOutputReceiver
H A DCollectingOutputReceiver.java46 public boolean isCancelled() { method in class:CollectingOutputReceiver
62 if (!isCancelled()) {
H A DGetPropReceiver.java67 public boolean isCancelled() { method in class:GetPropReceiver
H A DMultiLineReceiver.java52 if (isCancelled() == false) {
H A DFileListingService.java578 public boolean isCancelled() { method in class:FileListingService.LsReceiver
602 public boolean isCancelled() {
748 public boolean isCancelled() {
H A DAdbHelper.java390 if (rcvr != null && rcvr.isCancelled()) {
435 * <p/>This call is blocking until {@link LogReceiver#isCancelled()} returns true.
450 * <p/>This call is blocking until {@link LogReceiver#isCancelled()} returns true.
484 if (rcvr != null && rcvr.isCancelled()) {
H A DDevice.java108 public boolean isCancelled() { method in class:Device.InstallReceiver
163 public boolean isCancelled() { method in class:Device.BatteryReceiver
/sdk/chimpchat/src/com/android/chimpchat/adb/
H A DCommandOutputCapture.java29 public boolean isCancelled() { method in class:CommandOutputCapture
H A DLoggingOutputReceiver.java44 public boolean isCancelled() { method in class:LoggingOutputReceiver
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
H A DAMReceiver.java78 mLaunchInfo.isCancelled() == false) {
158 public boolean isCancelled() { method in class:AMReceiver
159 return mLaunchInfo.isCancelled();
H A DDelayedLaunchInfo.java241 public boolean isCancelled() { method in class:DelayedLaunchInfo
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
H A DSystraceTask.java97 public boolean isCancelled() { method in class:SystraceTask.Receiver
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
H A DGdbServerTask.java110 public boolean isCancelled() { method in class:GdbServerTask.GdbServerOutputReceiver
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
H A DLogReceiver.java200 public boolean isCancelled() { method in class:LogReceiver
H A DEventLogParser.java97 public boolean isCancelled() {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
H A DLogPanel.java221 public boolean isCancelled = false; field in class:LogPanel.LogCatOuputReceiver
231 if (isCancelled == false) {
237 public boolean isCancelled() { method in class:LogPanel.LogCatOuputReceiver
238 return isCancelled;
266 public boolean isCancelled() { method in class:LogPanel.PsOutputReceiver
516 mCurrentLogCat.isCancelled == false) {
524 if (mCurrentLogCat == null || mCurrentLogCat.isCancelled) {
547 mCurrentLogCat.isCancelled = true;
H A DLogCatReceiver.java144 /** Implements {@link IShellOutputReceiver#isCancelled() }. */
146 public boolean isCancelled() { method in class:LogCatReceiver.LogCatOutputReceiver
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
H A DApkInstallManager.java101 public boolean isCancelled() { method in class:ApkInstallManager.PmReceiver
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
H A DDeviceBridge.java233 public boolean isCancelled() { method in class:DeviceBridge.BooleanResultReader
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
H A DEventLogPanel.java435 mCurrentLogReceiver.isCancelled() == false) {
443 if (mCurrentLogReceiver == null || mCurrentLogReceiver.isCancelled()) {
/sdk/ddms/app/src/com/android/ddms/
H A DDeviceCommandDialog.java316 public boolean isCancelled() { method in class:DeviceCommandDialog.Gatherer
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
H A DInstrumentationResultParser.java419 * @see IShellOutputReceiver#isCancelled()
422 public boolean isCancelled() { method in class:InstrumentationResultParser
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DSysinfoPanel.java150 * Fetching is asynchronous. See also addOutput, flush, and isCancelled.
222 public boolean isCancelled() { method in class:SysinfoPanel
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DCollectTraceAction.java410 public boolean isCancelled() { method in class:CollectTraceAction.StartActivityOutputReceiver

Completed in 735 milliseconds

12