| Package | Description |
|---|---|
| io.selendroid.server.common.utils |
| Modifier and Type | Method and Description |
|---|---|
static CallLogEntry |
CallLogEntry.fromJson(String jsonString) |
| Modifier and Type | Method and Description |
|---|---|
static List<CallLogEntry> |
CallLogUtil.getAllLogsOfDuration(List<CallLogEntry> logs,
int duration,
boolean greaterthan)
duration specifies call duration to test against.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CallLogUtil.containsLogFromNumber(List<CallLogEntry> logs,
String number)
returns true if call log of specified number exists
|
static List<CallLogEntry> |
CallLogUtil.getAllLogsOfDuration(List<CallLogEntry> logs,
int duration,
boolean greaterthan)
duration specifies call duration to test against.
|
Copyright © 2015. All rights reserved.