Searched refs:isSmallCanvasOptimizedMapIntentConfigured (Results 1 – 3 of 3) sorted by relevance
153 .when(() -> CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(any())); in onCreate_tosUnacceptedAndCanvasOptimizedMapsDisabledByTos_launchesTosMapIntent()175 .when(() -> CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(any())); in onCreate_tosUnacceptedAndDefaultMapsNotDisabledByTos_doesNotLaunchTosMapIntent()204 .when(() -> CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(any())); in onCreate_tosAccepted_doesNotLaunchTosMapIntent()
79 public static boolean isSmallCanvasOptimizedMapIntentConfigured(Context context) { in isSmallCanvasOptimizedMapIntentConfigured() method in CarLauncherUtils
164 CarLauncherUtils.isSmallCanvasOptimizedMapIntentConfigured(this); in onCreate()