HomeSort by relevance Sort by last modified time
    Searched refs:idType (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 135 int idType;
140 //idType= (buffer->st_uid== BT_UID) ? 1 : (buffer->st_uid== BT_GID) ? 2 : 3;
142 idType = 1;
147 idType = 2;
148 else idType = 3;
161 if(idType== 1) { //Id is User Id
165 else if(idType==2) { //Id is Group Id
176 if(idType== 1) { //Id is User Id
180 else if(idType==2) { //Id is Group Id
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 199 String idType = command.get(1);
203 if ("viewid".equals(idType)) {
211 } else if (idType.equals("accessibilityids")) {
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 208 milliseconds