Searched refs:ACTION_DEMO (Results 1 – 3 of 3) sorted by relevance
27 import com.android.systemui.demomode.DemoMode.ACTION_DEMO in <lambda>()82 demoFilter.addAction(ACTION_DEMO) in <lambda>()227 if (!ACTION_DEMO.equals(action)) { in <lambda>()
40 String ACTION_DEMO = "com.android.systemui.demo"; field
153 Intent intent = new Intent(DemoMode.ACTION_DEMO); in startDemoMode()