MCPcopy Create free account
hub / github.com/dariuszseweryn/RxAndroidBle / clear

Method clear

rxandroidble/src/test/java/android/os/Bundle.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 return mMap.containsKey(key);
39 }
40 public void clear() {
41 mMap.clear();
42 }
43 public Set<String> keySet() {
44 return mMap.keySet();
45 }

Callers 9

onPauseMethod · 0.45
onPauseMethod · 0.45
swapScanResultMethod · 0.45
onPauseMethod · 0.45
clearScanResultsMethod · 0.45
onPauseMethod · 0.45
onPauseMethod · 0.45
onPauseMethod · 0.45
clearScanResultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected