Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dariuszseweryn/RxAndroidBle
/ size
Method
size
rxandroidble/src/test/java/android/os/Bundle.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
return
mMap.keySet();
45
}
46
public
int
size() {
47
return
mMap.size();
48
}
49
public
void
remove(String key) {
50
mMap.remove(key);
51
}
Callers
11
getSize
Method · 0.95
addField
Method · 0.45
constructBytesFromScanRecord
Method · 0.45
getItemCount
Method · 0.45
addScanResult
Method · 0.45
getItemCount
Method · 0.45
removeExtra
Method · 0.45
shouldEmitCorrectNumberOfBatchesAndComplete
Method · 0.45
shouldEmitAllButLastBatchesOfCorrectSize
Method · 0.45
shouldEmitLastBatchesOfCorrectSize
Method · 0.45
shouldEmitValuesFromStateOfByteArrayAtCreation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected