OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseLongAttribute
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackageInfo.java
174
final long lastUpdateTime = ShortcutService.
parseLongAttribute
(
ShortcutPackage.java
[
all
...]
ShortcutUser.java
363
final long lastAppScanTime = ShortcutService.
parseLongAttribute
(parser,
ShortcutService.java
669
return
parseLongAttribute
(parser, attribute) == 1;
673
return (int)
parseLongAttribute
(parser, attribute);
677
return (int)
parseLongAttribute
(parser, attribute, def);
680
static long
parseLongAttribute
(XmlPullParser parser, String attribute) {
681
return
parseLongAttribute
(parser, attribute, 0);
684
static long
parseLongAttribute
(XmlPullParser parser, String attribute, long def) {
844
mRawLastResetTime =
parseLongAttribute
(parser, ATTR_VALUE);
[
all
...]
Completed in 85 milliseconds