Home
last modified time | relevance | path

Searched refs:errorFinish (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
DSetAlarm.java54 errorFinish("service disconnected");
72 errorFinish("argument expected for alarm time"); in handleCommands()
78 errorFinish("a number argument is expected"); in handleCommands()
84 errorFinish("Unrecognized command: " + mCommand); in handleCommands()
97 errorFinish("No command specified"); in onCreate()
103 private void errorFinish(String msg) { in errorFinish() method in SetAlarm
113 errorFinish("failed to start service"); in connectToAlarmService()
116 errorFinish("failed to bind service"); in connectToAlarmService()
124 errorFinish("RemoteExeption in prepare()"); in callPrepare()
134 errorFinish("RemoteExeption in prepare()"); in callDone()
[all …]