Searched refs:scheduled (Results 1 – 9 of 9) sorted by relevance
63 * <p>This sends a scheduled task message to a device external to Android so that the device66 * <p>Note that the scheduled task execution is on a best-effort basis. Multiple situations80 * Unschedules a scheduled task.88 * Unschedules all scheduled tasks for the client.93 * Returns whether the specified task is scheduled.98 * Gets all pending scheduled tasks for the client.100 * <p>The finished scheduled tasks will not be included.
361 bool scheduled; in TEST_P() local362 ScopedAStatus status = mHal->isTaskScheduled(TEST_CLIENT_ID, TEST_SCHEDULE_ID, &scheduled); in TEST_P()367 ASSERT_FALSE(scheduled) << "isTaskScheduled must return false " in TEST_P()372 ASSERT_TRUE(scheduled) << "isTaskScheduled must return true if the task is scheduled"; in TEST_P()375 status = mHal->isTaskScheduled(TEST_CLIENT_ID, TEST_SCHEDULE_ID, &scheduled); in TEST_P()378 ASSERT_FALSE(scheduled) << "isTaskScheduled must return false if the task is not scheduled"; in TEST_P()
89 * The channel(s) on which the NDP is scheduled to operate.
94 * @return result OK if the scan was properly scheduled (this does not mean
451 * This method may also be used to cancel items that have been scheduled
2725 std::promise<void> scheduled; in blockPostWorker() local2726 std::future<void> scheduledFuture = scheduled.get_future(); in blockPostWorker()2730 .scheduledSignal = std::move(scheduled), in blockPostWorker()
392 * List of buckets to be scheduled.1651 /** Request could not be scheduled */
613 * The channel(s) on which the NDP is scheduled to operate.
13768 // by destroying any undos currently scheduled for this name,