Searched defs:getLongValue (Results 1 – 3 of 3) sorted by relevance
234 private long getLongValue(JSONObject jsonObject, String key) throws JSONException { in getLongValue() method in AuthenticationStatsPersister238 private long getLongValue(JSONObject jsonObject, String key, long defaultValue) in getLongValue() method in AuthenticationStatsPersister
72 public long getLongValue() { in getLongValue() method in SettingsPreferenceValue
919 private long getLongValue(XmlPullParser parser, String attrName, long defValue) { in getLongValue() method in AppIdleHistory