HomeSort by relevance Sort by last modified time
    Searched full:numberinsert (Results 1 - 1 of 1) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 643 final SQLiteStatement numberInsert = db.compileStatement(numberSqlInsert);
691 numberInsert.bindLong(1, updatedContactCursor.getLong(
693 numberInsert.bindString(2, numberPrefix);
694 numberInsert.executeInsert();
695 numberInsert.clearBindings();
    [all...]

Completed in 383 milliseconds