/packages/modules/AdServices/adservices/apk/java/com/android/adservices/shell/ |
D | ShellCommandActivity.java | 73 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/ |
D | CommandResult.java | 24 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/ |
D | AbstractProvisioningController.java | 66 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/ |
D | BluetoothOppShareInfoTest.java | 92 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_RUNNING; in testReadyToStart() 110 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_RUNNING; in testIsObsolete()
|
D | BluetoothOppNotificationTest.java | 134 int status = BluetoothShare.STATUS_RUNNING; in updateActiveNotification()
|
D | BluetoothOppUtilityTest.java | 366 mContext, BluetoothShare.STATUS_RUNNING, deviceName)) in getStatusDescription_returnCorrectString()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaTranscodingManager.java | 257 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/ |
D | Downloads.java | 571 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/ |
D | MainActivity.java | 75 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/ |
D | BluetoothShare.java | 258 public static final int STATUS_RUNNING = 192; field in BluetoothShare
|
D | BluetoothOppShareInfo.java | 132 if (BluetoothShare.STATUS_RUNNING == mStatus) { in isObsolete()
|
D | BluetoothOppObexClientSession.java | 414 mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING); in sendFile() 470 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in sendFile()
|
D | BluetoothOppUtility.java | 387 } else if (statusCode == BluetoothShare.STATUS_RUNNING) { in getStatusDescription()
|
D | BluetoothOppObexServerSession.java | 395 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); in onPut()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | SystemBroadcastReceiver.java | 123 | DownloadManager.STATUS_RUNNING); in removeOldDownloads()
|
/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/ |
D | VirtualMachine.java | 184 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/ |
D | DownloadNotifier.java | 23 import static android.provider.Downloads.Impl.STATUS_RUNNING; 489 return status == STATUS_RUNNING && in isActiveAndVisible()
|
D | DownloadThread.java | 33 import static android.provider.Downloads.Impl.STATUS_RUNNING; 279 mInfoDelta.mStatus = STATUS_RUNNING; in run()
|
D | DownloadInfo.java | 339 case Downloads.Impl.STATUS_RUNNING: in isReadyToSchedule()
|
D | DownloadStorageProvider.java | 658 case DownloadManager.STATUS_RUNNING: in includeDownloadFromCursor() 684 lastModified, extraFlags, status == DownloadManager.STATUS_RUNNING); in includeDownloadFromCursor()
|
/packages/modules/Media/apex/framework/api/ |
D | system-current.txt | 48 field public static final int STATUS_RUNNING = 2; // 0x2
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
D | TrampolineActivity.java | 109 case DownloadManager.STATUS_RUNNING: in onCreate()
|
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/ |
D | MicrodroidTests.java | 19 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/ |
D | system-current.txt | 23 field public static final int STATUS_RUNNING = 1; // 0x1
|
/packages/modules/Virtualization/java/framework/ |
D | README.md | 156 - `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
|