Searched defs:addForAllUsers (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DCallLog.java527 dataUsage, /* addForAllUsers =*/ false, /* userToBeInsertedTo =*/ null,
551 * @param addForAllUsers If true, the call is added to the call log of all currently
555 * value is ignored if @{link addForAllUsers} is true.
563 Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo) {
565 features, accountHandle, start, duration, dataUsage, addForAllUsers,
590 * @param addForAllUsers If true, the call is added to the call log of all currently
594 * value is ignored if @{link addForAllUsers} is true.
606 Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo,
610 number, userToBeInsertedTo, addForAllUsers));
676 values.put(ADD_FOR_ALL_USERS, addForAllUsers
560 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo) argument
603 addCall(CallerInfo ci, Context context, String number, String postDialDigits, String viaNumber, int presentation, int callType, int features, PhoneAccountHandle accountHandle, long start, int duration, Long dataUsage, boolean addForAllUsers, UserHandle userToBeInsertedTo, boolean is_read) argument
[all...]

Completed in 52 milliseconds