Home | History | Annotate | Download | only in car

Lines Matching refs:serviceIntent

134      * @param serviceIntent
137 public void registerProjectionRunner(Intent serviceIntent) throws CarNotConnectedException {
138 if (serviceIntent == null) {
139 throw new IllegalArgumentException("null serviceIntent");
143 mService.registerProjectionRunner(serviceIntent);
153 * @param serviceIntent
156 public void unregisterProjectionRunner(Intent serviceIntent) {
157 if (serviceIntent == null) {
158 throw new IllegalArgumentException("null serviceIntent");
162 mService.unregisterProjectionRunner(serviceIntent);