summaryrefslogtreecommitdiff
path: root/main/aidl
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2019-01-17 16:07:58 +0800
committerpastychang <pastychang@google.com>2019-01-22 17:31:32 +0800
commitd41e3be4ea5df08459129d02462cb73d1aa8a205 (patch)
tree62d0f4bafe5a19333c985f4a71f83f22c8b1ce3f /main/aidl
parentd6fc4afb2ea521d09c0ab12b171ef56a854ecdf9 (diff)
downloadsetupcompat-d41e3be4ea5df08459129d02462cb73d1aa8a205.tar.gz
Import updated Android SetupCompat Library 229693050
Test: mm PiperOrigin-RevId: 229693050 Change-Id: Id78fe0bda57bdeef2df3dd673c4dc09937af0cf6
Diffstat (limited to 'main/aidl')
-rw-r--r--main/aidl/com/google/android/setupcompat/ISetupCompatService.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/aidl/com/google/android/setupcompat/ISetupCompatService.aidl b/main/aidl/com/google/android/setupcompat/ISetupCompatService.aidl
index 62cf69c..4f23b1e 100644
--- a/main/aidl/com/google/android/setupcompat/ISetupCompatService.aidl
+++ b/main/aidl/com/google/android/setupcompat/ISetupCompatService.aidl
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package com.google.android.setupcompat;
import android.os.Bundle;
@@ -21,5 +22,8 @@ import android.os.Bundle;
* Declares the interface for compat related service methods.
*/
interface ISetupCompatService {
+ /** Notifies SetupWizard that the screen is using PartnerCustomizationLayout */
+ oneway void validateActivity(String screenName, in Bundle arguments);
+
oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras);
} \ No newline at end of file