Searched refs:ACCOUNT_COMPONENT_NAME (Results 1 – 3 of 3) sorted by relevance
101 String groupAccountComponentName = cursor.getString(CallLogQuery.ACCOUNT_COMPONENT_NAME); in addGroups()131 accountComponentName = cursor.getString(CallLogQuery.ACCOUNT_COMPONENT_NAME); in addGroups()
969 details.accountComponentName = cursor.getString(CallLogQuery.ACCOUNT_COMPONENT_NAME); in createPhoneCallDetails()1017 String phoneAccountComponentName = cursor.getString(CallLogQuery.ACCOUNT_COMPONENT_NAME); in createCallDetailsEntries()
50 public static final int ACCOUNT_COMPONENT_NAME = 18; field in CallLogQuery