Home
last modified time | relevance | path

Searched defs:runOrThrow (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/commandline/impl/
H A DHelp.java81 private static String runOrThrow(Command command) throws IllegalCommandLineArgumentException { in runOrThrow() method in Help
/aosp12/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
H A DTextToSpeechManagerPerUserService.java182 void runOrThrow() throws RemoteException; in runOrThrow() method
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DTestUtils.java194 void runOrThrow() throws Exception; in runOrThrow() method
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DOmniFunction.java231 public void runOrThrow() throws Exception { in runOrThrow() method in OmniFunction