HomeSort by relevance Sort by last modified time
    Searched defs:txContext (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 109 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
137 txContext.invalidateSearchIndexForRawContact(rawContactId);
149 public boolean update(SQLiteDatabase db, TransactionContext txContext,
162 txContext.invalidateSearchIndexForRawContact(rawContactId);
165 txContext.markRawContactDirtyAndChanged(rawContactId, callerIsSyncAdapter);
248 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
261 txContext.invalidateSearchIndexForRawContact(rawContactId);
302 protected void fixRawContactDisplayName(SQLiteDatabase db, TransactionContext txContext,
304 if (!isNewRawContact(txContext, rawContactId)) {
310 private boolean isNewRawContact(TransactionContext txContext, long rawContactId)
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java 31 private static JFmContext txContext;
498 txContext = new JFmContext();
501 int fmStatus = nativeJFmTx_Create(txContext);
504 + ", txContext = " + txContext.getValue());
512 mTxContextsTable.put(txContext, this);
527 int fmStatus = nativeJFmTx_Destroy(txContext.getValue());
536 mTxContextsTable.remove(txContext);
554 int fmStatus = nativeJFmTx_Enable(txContext.getValue());
573 int status = nativeJFmTx_Disable(txContext.getValue())
    [all...]

Completed in 46 milliseconds