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

  /external/chromium_org/ui/gfx/
icon_util.h 165 WORD idType;
187 WORD idType;
204 // image. This value is set in the |idType| field of the ICONDIR structure.
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 136 int idType;
141 //idType= (buffer->st_uid== BT_UID) ? 1 : (buffer->st_uid== BT_GID) ? 2 : 3;
143 idType = 1;
148 idType = 2;
149 else idType = 3;
162 if(idType== 1) { //Id is User Id
166 else if(idType==2) { //Id is Group Id
177 if(idType== 1) { //Id is User Id
181 else if(idType==2) { //Id is Group Id
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 200 String idType = command.get(1);
204 if ("viewid".equals(idType)) {
212 } else if (idType.equals("accessibilityids")) {
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 375 milliseconds