Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dsimple_stack.py159 type_str = self._connection.receive(512)
160 print(len(type_str))
161 print(type_str)
162 return type_str
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2535 String type_str = "FF"; in notifyPollingLoop() local
2538 type_str = "00"; in notifyPollingLoop()
2542 type_str = "00"; in notifyPollingLoop()
2546 type_str = "01"; in notifyPollingLoop()
2549 type_str = "02"; in notifyPollingLoop()
2552 type_str = "03"; in notifyPollingLoop()
2555 type_str = "07"; in notifyPollingLoop()
2559 + " 03 " + type_str in notifyPollingLoop()