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 41 triggerAggregation(txContext, rawContactId);
56 triggerAggregation(txContext, rawContactId);
68 triggerAggregation(txContext, rawContactId);
DataRowHandlerForEmail.java 46 triggerAggregation(txContext, rawContactId);
66 triggerAggregation(txContext, rawContactId);
81 triggerAggregation(txContext, rawContactId);
DataRowHandlerForNickname.java 48 triggerAggregation(txContext, rawContactId);
68 triggerAggregation(txContext, rawContactId);
83 triggerAggregation(txContext, rawContactId);
DataRowHandlerForPhoneNumber.java 54 triggerAggregation(txContext, rawContactId);
77 triggerAggregation(txContext, rawContactId);
110 triggerAggregation(txContext, rawContactId);
DataRowHandlerForStructuredName.java 60 triggerAggregation(txContext, rawContactId);
89 triggerAggregation(txContext, rawContactId);
102 triggerAggregation(txContext, rawContactId);
DataRowHandler.java 421 public void triggerAggregation(TransactionContext txContext, long rawContactId) {
422 mContactAggregator.triggerAggregation(txContext, rawContactId);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 500 public final void triggerAggregation(TransactionContext txContext, long rawContactId) {
    [all...]

Completed in 72 milliseconds