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