Searched refs:gid (Results 1 – 5 of 5) sorted by relevance
68 name: "gid"75 name: "gid"82 name: "gid"86 name: "gid"90 name: "gid"97 name: "gid"104 name: "gid"111 name: "gid"118 name: "gid"125 name: "gid"[all …]
72 public int gid; field in FileUtils.FileStatus110 public native static String getGroupName(int gid); in getGroupName() argument
76 public int gid; field in FileUtils.FileStatus114 public native static String getGroupName(int gid); in getGroupName() argument
535 int gid = 0xF; in testSendVendorCmd() local539 nfcAdapter.sendVendorNciMessage(NfcAdapter.MESSAGE_TYPE_COMMAND, gid, oid, payload); in testSendVendorCmd()543 assertThat(cb.gid).isEqualTo(gid); in testSendVendorCmd()677 public int gid; field in NfcAdapterTest.NfcVendorNciCallback687 public void onVendorNciResponse(int gid, int oid, byte[] payload) { in onVendorNciResponse() argument688 this.gid = gid; in onVendorNciResponse()695 public void onVendorNciNotification(int gid, int oid, byte[] payload) { in onVendorNciNotification() argument696 this.gid = gid; in onVendorNciNotification()
88 jint gid) in android_cts_FileUtils_getGroupName() argument90 struct group *grp = getgrgid(gid); in android_cts_FileUtils_getGroupName()