Improving TAPL diags am: ce04131f1a
am: 84a4c7fee4
Change-Id: I90a4b1dfd8371504b8fbc35157dc330a9c53e513
This commit is contained in:
@@ -209,8 +209,8 @@ public final class LauncherInstrumentation {
|
||||
final Context ctx = baseContext.createPackageContext("android", 0);
|
||||
for (int i = 0; i < 100; ++i) {
|
||||
final int currentInteractionMode = getCurrentInteractionMode(ctx);
|
||||
log("Interaction mode = " + currentInteractionMode);
|
||||
final NavigationModel model = getNavigationModel(currentInteractionMode);
|
||||
log("Interaction mode = " + currentInteractionMode + " (" + model + ")");
|
||||
if (model != null) return model;
|
||||
Thread.sleep(100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user