MCPcopy Create free account
hub / github.com/f1xpl/MtcdTools / getIntState

Method getIntState

app/src/main/java/android/microntek/CarManager.java:145–151  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

143 }
144
145 public int getIntState(String key) {
146 try {
147 return this.mCarService.getIntState(key);
148 } catch (Exception e) {
149 return 0;
150 }
151 }
152
153 public String getStringState(String key) {
154 try {

Callers

nothing calls this directly

Calls 1

getIntStateMethod · 0.65

Tested by

no test coverage detected