OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeLastCycleBoundary
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java
30
import static android.net.NetworkPolicyManager.
computeLastCycleBoundary
;
427
final long actualCycle =
computeLastCycleBoundary
(currentTime, policy);
438
final long actualCycle =
computeLastCycleBoundary
(currentTime, policy);
449
final long actualCycle =
computeLastCycleBoundary
(currentTime, policy);
460
final long actualCycle =
computeLastCycleBoundary
(currentTime, policy);
485
long currentCycle =
computeLastCycleBoundary
(parseTime("2011-08-04T00:00:00.000Z"), policy);
487
long lastCycle =
computeLastCycleBoundary
(currentCycle, policy);
[
all
...]
/frameworks/base/core/java/android/net/
NetworkPolicyManager.java
133
public static long
computeLastCycleBoundary
(long currentTime, NetworkPolicy policy) {
/frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java
42
import static android.net.NetworkPolicyManager.
computeLastCycleBoundary
;
465
final long start =
computeLastCycleBoundary
(currentTime, policy);
725
final long start =
computeLastCycleBoundary
(currentTime, policy);
[
all
...]
/packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java
27
import static android.net.NetworkPolicyManager.
computeLastCycleBoundary
;
[
all
...]
Completed in 117 milliseconds