Searched refs:ACTION_DEMO (Results 1 – 4 of 4) sorted by relevance
28 import com.android.systemui.demomode.DemoMode.ACTION_DEMO in <lambda>()87 demoFilter.addAction(ACTION_DEMO) in <lambda>()253 if (!ACTION_DEMO.equals(action)) { in <lambda>()
49 String ACTION_DEMO = "com.android.systemui.demo"; field
25 import com.android.systemui.demomode.DemoMode.ACTION_DEMO in <lambda>()93 val intent = Intent(ACTION_DEMO) in <lambda>()
156 Intent intent = new Intent(DemoMode.ACTION_DEMO); in startDemoMode()