Home
last modified time | relevance | path

Searched refs:DebugAction (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DDebugUtils.java97 public abstract static class DebugAction { class in DebugUtils
99 public DebugAction(final String title) { in DebugAction() method in DebugUtils.DebugAction
114 final ArrayAdapter<DebugAction> arrayAdapter = new ArrayAdapter<DebugAction>( in showDebugOptions()
117 arrayAdapter.add(new DebugAction("Dump Database") { in showDebugOptions()
124 arrayAdapter.add(new DebugAction("Log Telephony Data") { in showDebugOptions()
131 arrayAdapter.add(new DebugAction("Toggle Noise") { in showDebugOptions()
138 arrayAdapter.add(new DebugAction("Force sync SMS") { in showDebugOptions()
147 arrayAdapter.add(new DebugAction("Sync SMS") { in showDebugOptions()
154 arrayAdapter.add(new DebugAction("Load SMS/MMS from dump file") { in showDebugOptions()
162 arrayAdapter.add(new DebugAction("Email SMS/MMS dump file") { in showDebugOptions()
[all …]