OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UsageStats
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/app/usage/
UsageStats.java
26
public final class
UsageStats
implements Parcelable {
67
public
UsageStats
() {
70
public
UsageStats
(
UsageStats
stats) {
85
* Get the beginning of the time range this {@link android.app.usage.
UsageStats
} represents,
95
* Get the end of the time range this {@link android.app.usage.
UsageStats
} represents,
121
* Add the statistics from the right {@link
UsageStats
} to the left. The package name for
122
* both {@link
UsageStats
} objects must be the same.
123
* @param right The {@link
UsageStats
} object to merge into this one.
125
* {@link
UsageStats
} objects are different
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java
62
public static class
UsageStats
{
68
public
UsageStats
(String usageType, long lastTimeUsed, int timesUsed) {
80
final ArrayList<
UsageStats
> mUsageStatsList;
84
ArrayList<
UsageStats
> usageStatsList) {
210
final ArrayList<
UsageStats
> usageStatsList = new ArrayList<
UsageStats
>();
212
final JSONArray
usageStats
= fieldData.getJSONArray(USAGE_STATS);
213
for (int j = 0; j <
usageStats
.length(); j++) {
214
final JSONObject usageStat =
usageStats
.getJSONObject(j);
222
final
UsageStats
usageStatsParsed = new UsageStats
[
all
...]
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
android.jar
Completed in 2795 milliseconds