Home
last modified time | relevance | path

Searched refs:PACKAGE (Results 1 – 5 of 5) sorted by relevance

/system/gsid/tests/
DDSUEndtoEndTest.java51 private static final String PACKAGE = "com.google.android.lockscreenautomation"; field in DSUEndtoEndTest
77 uninstallPackage(PACKAGE); in teardown()
134 String testClass = PACKAGE + "." + CLASS; in testDSU()
137 runDeviceTests(UI_AUTOMATOR_INSTRUMENTATION_RUNNER, PACKAGE, testClass, method)); in testDSU()
170 testClass = PACKAGE + "." + CLASS; in testDSU()
173 runDeviceTests(UI_AUTOMATOR_INSTRUMENTATION_RUNNER, PACKAGE, testClass, method)); in testDSU()
/system/tools/aidl/
Daidl_language_l.ll108 package { return yy::parser::token::PACKAGE; }
Daidl_language_y.yy127 %token PACKAGE "package"
208 | PACKAGE qualified_name ';'
/system/tools/hidl/
Dhidl-gen_l.ll110 "package" { return token::PACKAGE; }
Dhidl-gen_y.yy245 %token<str> PACKAGE "keyword `package`"
519 : PACKAGE FQNAME require_semicolon