Searched refs:SessionNotFoundException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java495 throw new SessionNotFoundException("Session state not found for token " + sessionToken);
635 } catch (RemoteException | SessionNotFoundException e) {
700 } catch (RemoteException | SessionNotFoundException e) {
1125 } catch (RemoteException | SessionNotFoundException e) {
1156 } catch (RemoteException | SessionNotFoundException e) {
1186 } catch (RemoteException | SessionNotFoundException e) {
1223 } catch (RemoteException | SessionNotFoundException e) {
1244 } catch (RemoteException | SessionNotFoundException e) {
1264 } catch (RemoteException | SessionNotFoundException e) {
1284 } catch (RemoteException | SessionNotFoundException
2595 private static class SessionNotFoundException extends IllegalArgumentException { class in class:TvInputManagerService
2596 public SessionNotFoundException(String name) { method in class:TvInputManagerService.SessionNotFoundException
[all...]

Completed in 77 milliseconds