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 649 final SQLiteStatement numberInsert = db.compileStatement(numberSqlInsert);
697 numberInsert.bindLong(1, updatedContactCursor.getLong(
699 numberInsert.bindString(2, numberPrefix);
700 numberInsert.executeInsert();
701 numberInsert.clearBindings();
    [all...]

Completed in 1032 milliseconds