Merge "Add an API to update satellite listening timeout duration" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
225c2e764e
@@ -2989,4 +2989,14 @@ interface ITelephony {
|
||||
* {@code false} otherwise.
|
||||
*/
|
||||
boolean setSatelliteServicePackageName(in String servicePackageName);
|
||||
|
||||
/**
|
||||
* This API can be used by only CTS to update the timeout duration in milliseconds that
|
||||
* satellite should stay at listening mode to wait for the next incoming page before disabling
|
||||
* listening mode.
|
||||
*
|
||||
* @param timeoutMillis The timeout duration in millisecond.
|
||||
* @return {@code true} if the timeout duration is set successfully, {@code false} otherwise.
|
||||
*/
|
||||
boolean setSatelliteListeningTimeoutDuration(in long timeoutMillis);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user