HomeSort by relevance Sort by last modified time
    Searched refs:triggerAggregation (Results 1 - 7 of 7) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIdentity.java 42 triggerAggregation(txContext, rawContactId);
57 triggerAggregation(txContext, rawContactId);
69 triggerAggregation(txContext, rawContactId);
DataRowHandlerForEmail.java 47 triggerAggregation(txContext, rawContactId);
67 triggerAggregation(txContext, rawContactId);
82 triggerAggregation(txContext, rawContactId);
DataRowHandlerForNickname.java 49 triggerAggregation(txContext, rawContactId);
69 triggerAggregation(txContext, rawContactId);
84 triggerAggregation(txContext, rawContactId);
DataRowHandlerForPhoneNumber.java 54 triggerAggregation(txContext, rawContactId);
77 triggerAggregation(txContext, rawContactId);
110 triggerAggregation(txContext, rawContactId);
DataRowHandlerForStructuredName.java 61 triggerAggregation(txContext, rawContactId);
94 triggerAggregation(txContext, rawContactId);
107 triggerAggregation(txContext, rawContactId);
DataRowHandler.java 350 public void triggerAggregation(TransactionContext txContext, long rawContactId) {
351 mContactAggregator.triggerAggregation(txContext, rawContactId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 487 public void triggerAggregation(TransactionContext txContext, long rawContactId) {
    [all...]

Completed in 35 milliseconds