Merge "Add support for wait-on-handlers command."

This commit is contained in:
Tyler Gunn
2017-02-08 16:09:09 +00:00
committed by Gerrit Code Review
2 changed files with 17 additions and 2 deletions

View File

@@ -259,4 +259,9 @@ interface ITelecomService {
* @see TelecomServiceImpl#isOutgoingCallPermitted
*/
boolean isOutgoingCallPermitted(in PhoneAccountHandle phoneAccountHandle);
/**
* @see TelecomServiceImpl#waitOnHandler
*/
void waitOnHandlers();
}