Searched refs:sendingUid (Results 1 – 7 of 7) sorted by relevance
79 public int sendingUid = -1; field in Message149 m.sendingUid = orig.sendingUid; in obtain()300 sendingUid = -1; in recycleUnchecked()327 this.sendingUid = o.sendingUid; in copyFrom()559 dest.writeInt(sendingUid); in writeToParcel()572 sendingUid = source.readInt(); in readFromParcel()
720 msg.sendingUid = Binder.getCallingUid(); in send()
2349 if (msg.sendingUid > 0 && msg.sendingUid != Process.WIFI_UID) { in getLogRecString()2350 sb.append(" uid=" + msg.sendingUid); in getLogRecString()6069 int res = mWifiConfigStore.addOrUpdateNetwork(config, message.sendingUid); in processMessage()6312 result = mWifiConfigStore.saveNetwork(config, message.sendingUid); in processMessage()6328 + " uid = " + message.sendingUid in processMessage()6334 if (message.sendingUid == Process.WIFI_UID in processMessage()6335 || message.sendingUid == Process.SYSTEM_UID) { in processMessage()
219 if (isOwner(msg.sendingUid)) { in handleMessage()
1178 NO DOC BLOCK: android.os.Message Field sendingUid
1798 NO DOC BLOCK: android.os.Message Field sendingUid
21832 field public int sendingUid;