aboutsummaryrefslogtreecommitdiff
path: root/car-lib/src/android/car/ICarProjectionCallback.aidl
diff options
context:
space:
mode:
authorJason Tholstrup <jthol@google.com>2016-09-22 16:32:14 -0700
committerJason Tholstrup <jthol@google.com>2016-10-03 15:11:48 -0700
commitd72b53500006e84b0c69e650878267c693c164a3 (patch)
tree280e923477b438110c2a918368313bbd16dc0986 /car-lib/src/android/car/ICarProjectionCallback.aidl
parent4fbde4fb755440713a0ec4cdaaab4f30630b58d3 (diff)
downloadCar-d72b53500006e84b0c69e650878267c693c164a3.tar.gz
Many API council fixes.
bug: 31913591 Change-Id: I3a0f9a57ecdccdae6c0b3b98b5bbf9b31733933b
Diffstat (limited to 'car-lib/src/android/car/ICarProjectionCallback.aidl')
-rw-r--r--car-lib/src/android/car/ICarProjectionCallback.aidl24
1 files changed, 24 insertions, 0 deletions
diff --git a/car-lib/src/android/car/ICarProjectionCallback.aidl b/car-lib/src/android/car/ICarProjectionCallback.aidl
new file mode 100644
index 0000000000..1c0ddedf3c
--- /dev/null
+++ b/car-lib/src/android/car/ICarProjectionCallback.aidl
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2016 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.car;
+
+/**
+ * @hide
+ */
+oneway interface ICarProjectionCallback {
+ void onVoiceAssistantRequest(boolean fromLongPress) = 0;
+}