Lines Matching full:serviceintent
116 * @param serviceIntent
119 public void registerProjectionRunner(Intent serviceIntent) throws CarNotConnectedException {
120 if (serviceIntent == null) {
121 throw new IllegalArgumentException("null serviceIntent");
125 mService.registerProjectionRunner(serviceIntent);
135 * @param serviceIntent
138 public void unregisterProjectionRunner(Intent serviceIntent) throws CarNotConnectedException {
139 if (serviceIntent == null) {
140 throw new IllegalArgumentException("null serviceIntent");
144 mService.unregisterProjectionRunner(serviceIntent);