Searched refs:ongoing (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/app/job/ |
D | IJobCallback.aidl | 40 void acknowledgeStartMessage(int jobId, boolean ongoing); in acknowledgeStartMessage() argument
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobServiceContext.java | 149 public void acknowledgeStartMessage(int jobId, boolean ongoing) { in acknowledgeStartMessage() argument 150 doAcknowledgeStartMessage(this, jobId, ongoing); in acknowledgeStartMessage() 363 void doAcknowledgeStartMessage(JobCallback cb, int jobId, boolean ongoing) { in doAcknowledgeStartMessage() argument 364 doCallback(cb, ongoing, "finished start"); in doAcknowledgeStartMessage()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 17 These archives can be used as an ongoing test to verify that historical encrypted
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 344 @NonNull final String message, @NotificationId final int id, final boolean ongoing, in showNotification() argument 351 .setOngoing(ongoing) in showNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 847 private void setOngoing(NotificationEntry entry, boolean ongoing) { in setOngoing() argument 848 if (ongoing) { in setOngoing()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2205 // the downlink CallQualityLevel for a given ongoing call 2208 // the uplink CallQualityLevel for a given ongoing call 2215 // ongoing call 2218 // the total number of RTP packets received by this device for an ongoing 2238 // the maximum relative jitter for a given ongoing call. Jitter represents 2246 // the average round trip time of RTP packets in an ongoing call, in milliseconds 2249 // the codec type of an ongoing call
|
/frameworks/base/core/proto/android/os/ |
D | enums.proto | 155 // ongoing user activity.
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 153 * disrupting the ongoing recording.
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 640 ongoing basis, if such Contributor fails to notify You of the 643 Contributor are reinstated on an ongoing basis if such Contributor
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 4151 public Builder setOngoing(boolean ongoing) { in setOngoing() argument 4152 setFlag(FLAG_ONGOING_EVENT, ongoing); in setOngoing()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 2000 * drivers to abort an ongoing compilation if it is taking too long. However, 2338 * drivers to abort an ongoing execution if it is taking too long. However, this
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6965 * Pulls the ongoing mainline install train version code.
|