/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 118 Integer channel = null; in getChannel() local 120 channel = mChannels.get(key); in getChannel() 122 " as " + channel); in getChannel() 124 return (channel != null) ? channel : -1; in getChannel() 137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel() argument 139 + channel); in setChannel() 140 if (channel != getChannel(remoteDevice, uuid)) { in setChannel() 143 ed.putInt(key, channel); in setChannel() 145 mChannels.put(key, channel); in setChannel()
|
D | BluetoothOppTransfer.java | 505 private final int channel; field in BluetoothOppTransfer.SocketConnectThread 519 this.channel = port; in SocketConnectThread() 525 public SocketConnectThread(BluetoothDevice device, int channel, boolean in SocketConnectThread() argument 530 this.channel = channel; in SocketConnectThread() 541 this.channel = -1; in SocketConnectThread() 571 s.connect(new InetSocketAddress(host, channel), CONNECT_WAIT_TIMEOUT); in run()
|
D | TestActivity.java | 378 public TestTcpListener(int channel) { in TestTcpListener() argument 379 mBtOppRfcommChannel = channel; in TestTcpListener()
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneInterfaceManager.java | 143 public int channel, cla, command, p1, p2, p3; field in PhoneInterfaceManager.IccAPDUArgument 146 public IccAPDUArgument(int channel, int cla, int command, in IccAPDUArgument() argument 148 this.channel = channel; in IccAPDUArgument() 278 iccArgument.channel, iccArgument.cla, iccArgument.command, in handleMessage() 1602 public boolean iccCloseLogicalChannel(int channel) { in iccCloseLogicalChannel() argument 1605 if (DBG) log("iccCloseLogicalChannel: " + channel); in iccCloseLogicalChannel() 1606 if (channel < 0) { in iccCloseLogicalChannel() 1609 Boolean success = (Boolean)sendRequest(CMD_CLOSE_CHANNEL, channel); in iccCloseLogicalChannel() 1615 public String iccTransmitApduLogicalChannel(int channel, int cla, in iccTransmitApduLogicalChannel() argument 1620 log("iccTransmitApduLogicalChannel: chnl=" + channel + " cla=" + cla + in iccTransmitApduLogicalChannel() [all …]
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1113 jbyteArray uuidObj, jint channel, jint flag) { in connectSocketNative() argument 1133 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) { in connectSocketNative() 1155 … jstring name_str, jbyteArray uuidObj, jint channel, jint flag) { in createSocketChannelNative() argument 1173 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) { in createSocketChannelNative()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastListItem.java | 54 mChannelView = (TextView) findViewById(R.id.channel); in onFinishInflate()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | fi_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz |
|
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1393228154, ... |
D | ro_wordlist.combined.gz |
|