HandleMap.java | 38 int handle = 0; field in class:HandleMap.Entry 47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { 50 this.handle = handle; 56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, 60 this.handle = handle; 67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { 70 this.handle = handle; 187 Integer handle = mRequestMap.get(requestId); local [all...] |