Home
last modified time | relevance | path

Searched refs:sendingUid (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/os/
DMessage.java79 public int sendingUid = -1; field in Message
149 m.sendingUid = orig.sendingUid; in obtain()
300 sendingUid = -1; in recycleUnchecked()
327 this.sendingUid = o.sendingUid; in copyFrom()
563 dest.writeInt(sendingUid); in writeToParcel()
576 sendingUid = source.readInt(); in readFromParcel()
DHandler.java732 msg.sendingUid = Binder.getCallingUid(); in send()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java2380 if (msg.sendingUid > 0 && msg.sendingUid != Process.WIFI_UID) { in getLogRecString()
2381 sb.append(" uid=" + msg.sendingUid); in getLogRecString()
5421 UserHandle.getUserId(message.sendingUid))) { in processMessage()
5424 + " sendingUserId=" + UserHandle.getUserId(message.sendingUid)); in processMessage()
5431 if (!recordUidIfAuthorized(config, message.sendingUid, in processMessage()
5436 + " uid=" + message.sendingUid); in processMessage()
5441 int res = mWifiConfigManager.addOrUpdateNetwork(config, message.sendingUid); in processMessage()
5455 mWifiConfigManager.updateLastConnectUid(config, message.sendingUid); in processMessage()
5457 .checkConfigOverridePermission(message.sendingUid); in processMessage()
5477 UserHandle.getUserId(message.sendingUid))) { in processMessage()
[all …]
DRttService.java546 -1, msg.sendingUid, "LocationRTT"); in enforcePermissionCheck()
548 Log.e(TAG, "UID: " + msg.sendingUid + " has no LOCATION_HARDWARE Permission"); in enforcePermissionCheck()
DWifiServiceImpl.java217 + " uid=" + msg.sendingUid in handleMessage()
219 + mContext.getPackageManager().getNameForUid(msg.sendingUid)); in handleMessage()
224 + " uid=" + msg.sendingUid in handleMessage()
226 + mContext.getPackageManager().getNameForUid(msg.sendingUid)); in handleMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DBidirectionalAsyncChannelServer.java53 Log.d(TAG, "duplicate client connection: " + msg.sendingUid); in BidirectionalAsyncChannelServer()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java139 logw("duplicate client connection: " + msg.sendingUid); in handleMessage()
148 client = new ExternalClientInfo(msg.sendingUid, msg.replyTo, ac); in handleMessage()
177 enforceLocationHardwarePermission(msg.sendingUid); in handleMessage()
1980 msg.sendingUid = getUid(); in sendRequestToClientHandler()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1798 NO DOC BLOCK: android.os.Message Field sendingUid
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21901 field public int sendingUid;
/frameworks/base/api/
Dcurrent.txt28755 field public int sendingUid;
Dsystem-current.txt31196 field public int sendingUid;
Dtest-current.txt28824 field public int sendingUid;