Home
last modified time | relevance | path

Searched refs:STATUS_RUNNING (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/shell/
DShellCommandActivity.java73 private static final int STATUS_RUNNING = 1; field in ShellCommandActivity
77 @IntDef(value = {STATUS_RUNNING, STATUS_FINISHED, STATUS_TIMEOUT})
144 formatAndPrintResult(STATUS_RUNNING, mOutSw.toString(), mErrSw.toString(), writer); in waitAndGetResult()
145 return STATUS_RUNNING; in waitAndGetResult()
181 if (status != STATUS_RUNNING) { in getShellCommandResult()
227 case STATUS_RUNNING: in statusToString()
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/shell/
DCommandResult.java24 private static final String STATUS_RUNNING = "RUNNING"; field in CommandResult
60 return mCommandStatus.equals(STATUS_RUNNING); in isCommandRunning()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DAbstractProvisioningController.java66 private static final int STATUS_RUNNING = 1; field in AbstractProvisioningController
123 mStatus = STATUS_RUNNING; in start()
158 if (mStatus != STATUS_RUNNING) { in onSuccess()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppShareInfoTest.java92 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_RUNNING; in testReadyToStart()
110 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_RUNNING; in testIsObsolete()
DBluetoothOppNotificationTest.java134 int status = BluetoothShare.STATUS_RUNNING; in updateActiveNotification()
DBluetoothOppUtilityTest.java366 mContext, BluetoothShare.STATUS_RUNNING, deviceName)) in getStatusDescription_returnCorrectString()
/packages/modules/Media/apex/framework/java/android/media/
DMediaTranscodingManager.java257 if (session.getStatus() == TranscodingSession.STATUS_RUNNING) { in onClientDied()
355 updateStatus(sessionId, TranscodingSession.STATUS_RUNNING);
365 updateStatus(sessionId, TranscodingSession.STATUS_RUNNING);
1265 public static final int STATUS_RUNNING = 2; field in MediaTranscodingManager.TranscodingSession
1274 STATUS_RUNNING,
1442 if (mStatus == STATUS_PENDING || mStatus == STATUS_RUNNING) { in retryInternal()
1641 case STATUS_RUNNING: in toString()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java571 public static final int STATUS_RUNNING = 192; field in Downloads.Impl
726 case STATUS_RUNNING: return "RUNNING"; in statusToString()
/packages/modules/Virtualization/demo/java/com/android/microdroid/demo/
DMainActivity.java75 if (status != null && status == VirtualMachine.STATUS_RUNNING) { in onCreate()
90 if (status == VirtualMachine.STATUS_RUNNING) { in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java258 public static final int STATUS_RUNNING = 192; field in BluetoothShare
DBluetoothOppShareInfo.java132 if (BluetoothShare.STATUS_RUNNING == mStatus) { in isObsolete()
DBluetoothOppObexClientSession.java414 mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING); in sendFile()
470 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in sendFile()
DBluetoothOppUtility.java387 } else if (statusCode == BluetoothShare.STATUS_RUNNING) { in getStatusDescription()
DBluetoothOppObexServerSession.java395 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in onPut()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java123 | DownloadManager.STATUS_RUNNING); in removeOldDownloads()
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachine.java184 STATUS_RUNNING,
193 public static final int STATUS_RUNNING = 1; field in VirtualMachine
786 return STATUS_RUNNING; in stateToStatus()
830 && stateToStatus(mVirtualMachine.getState()) == STATUS_RUNNING) { in getRunningVm()
1481 if (stateToStatus(mVirtualMachine.getState()) == STATUS_RUNNING) { in close()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java23 import static android.provider.Downloads.Impl.STATUS_RUNNING;
489 return status == STATUS_RUNNING && in isActiveAndVisible()
DDownloadThread.java33 import static android.provider.Downloads.Impl.STATUS_RUNNING;
279 mInfoDelta.mStatus = STATUS_RUNNING; in run()
DDownloadInfo.java339 case Downloads.Impl.STATUS_RUNNING: in isReadyToSchedule()
DDownloadStorageProvider.java658 case DownloadManager.STATUS_RUNNING: in includeDownloadFromCursor()
684 lastModified, extraFlags, status == DownloadManager.STATUS_RUNNING); in includeDownloadFromCursor()
/packages/modules/Media/apex/framework/api/
Dsystem-current.txt48 field public static final int STATUS_RUNNING = 2; // 0x2
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DTrampolineActivity.java109 case DownloadManager.STATUS_RUNNING: in onCreate()
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java19 import static android.system.virtualmachine.VirtualMachine.STATUS_RUNNING;
353 assertThat(vm.getStatus()).isEqualTo(STATUS_RUNNING); in autoCloseVm()
439 assertThat(vm.getStatus()).isEqualTo(STATUS_RUNNING); in vmLifecycleChecks()
956 while (vm.getStatus() == STATUS_RUNNING) { in deleteVmFiles()
/packages/modules/Virtualization/java/framework/api/
Dsystem-current.txt23 field public static final int STATUS_RUNNING = 1; // 0x1
/packages/modules/Virtualization/java/framework/
DREADME.md156 - `STATUS_RUNNING`: The VM is running. Your payload inside the VM may not be
165 only be called when the VM status is `STATUS_RUNNING` (e.g. `stop()`), and some

12