Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/instrumentation/launch/src/main/java/com/android/compatibilitytest/
DAppCompatibility.java104 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME); in setUp() local
146 Intent intent = getLaunchIntentForPackage(packageName); in testAppStability() local
262 Intent intent = null; in getLaunchIntentForPackage() local
277 private void launchActivity(String packageName, Intent intent) { in launchActivity()
332 public boolean activityStarting(Intent intent, String pkg) throws RemoteException { in activityStarting()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java107 Intent intent = new Intent(this, NNBenchmark.class); in makeBasicLaunchIntent() local
134 Intent intent = makeBasicLaunchIntent(); in btnRun() local
DNNBenchmark.java86 Intent intent = new Intent(); in onBenchmarkFinish() local