Searched refs:arrayAdapter (Results 1 – 2 of 2) sorted by relevance
111 final ArrayAdapter<DebugAction> arrayAdapter = new ArrayAdapter<DebugAction>( in showDebugOptions() local114 arrayAdapter.add(new DebugAction("Dump Database") { in showDebugOptions()121 arrayAdapter.add(new DebugAction("Log Telephony Data") { in showDebugOptions()128 arrayAdapter.add(new DebugAction("Toggle Noise") { in showDebugOptions()135 arrayAdapter.add(new DebugAction("Force sync SMS") { in showDebugOptions()144 arrayAdapter.add(new DebugAction("Sync SMS") { in showDebugOptions()151 arrayAdapter.add(new DebugAction("Load SMS/MMS from dump file") { in showDebugOptions()159 arrayAdapter.add(new DebugAction("Email SMS/MMS dump file") { in showDebugOptions()167 arrayAdapter.add(new DebugAction("MMS Config...") { in showDebugOptions()174 arrayAdapter.add(new DebugAction(sDebugClassZeroSms ? "Turn off Class 0 sms test" : in showDebugOptions()[all …]
284 ArrayAdapter<String> arrayAdapter = new ArrayAdapter<String>(mActivity, in getCertLayout() local287 arrayAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); in getCertLayout()289 spinner.setAdapter(arrayAdapter); in getCertLayout()