Home
last modified time | relevance | path

Searched defs:pairs (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAvailableMediaBluetoothDeviceUpdaterTest.java91 Pair<Drawable, String> pairs = new Pair<>(mDrawable, "fake_device"); in setUp() local
DConnectedBluetoothDeviceUpdaterTest.java84 Pair<Drawable, String> pairs = new Pair<>(mDrawable, "fake_device"); in setUp() local
DSavedBluetoothDeviceUpdaterTest.java86 Pair<Drawable, String> pairs = new Pair<>(mDrawable, "fake_device"); in setUp() local
DBluetoothDevicePairingDetailBaseTest.java89 final Pair<Drawable, String> pairs = new Pair<>(mDrawable, "fake_device"); in setUp() local
DBluetoothDeviceUpdaterTest.java93 Pair<Drawable, String> pairs = new Pair<>(mDrawable, "fake_device"); in setUp() local
/packages/modules/Bluetooth/tools/pdl/src/
Dparser.rs647 let mut pairs = PDLParser::parse(Rule::string, r#""test""#).unwrap(); in test_parse_string_bare() localVariable
655 let mut pairs = PDLParser::parse(Rule::string, r#""test with space""#).unwrap(); in test_parse_string_space() localVariable
664 let mut pairs = PDLParser::parse(Rule::string, r#""\"test\"""#).unwrap(); in test_parse_string_escape() localVariable
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DPreviouslyConnectedDevicePreferenceControllerTest.java116 Pair<Drawable, String> pairs = new Pair<>(mDrawable, "fake_device"); in setUp() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexDataConverter.java123 final List<SiteMapPair> pairs = new ArrayList<>(); in convertSiteMapPairs() local
/packages/modules/Virtualization/apex/
Dsign_virt_apex.py210 def LookUp(pairs, key): argument
/packages/modules/Virtualization/libs/apkverify/src/
Dsigutil.rs210 let mut pairs = buf.slice(8..(buf.len() - 24)); in find_signature_scheme_block() localVariable
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java211 String[] pairs = channelRange.substring(colonIndex + 1).trim().split(","); in CellBroadcastChannelRange() local
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java271 KeyValue[] pairs; field in CalendarProvider2Test.Update
273 public Update(String eventName, KeyValue[] pairs) { in Update()