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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 127 final String WHERE = BluetoothShare.TIMESTAMP + " == " + timeStamp;
132 }, WHERE, null, BluetoothShare._ID);
  /frameworks/base/core/java/android/provider/
Calendar.java 212 String where, String orderBy)
214 return cr.query(CONTENT_URI, projection, where,
391 * Where the event takes place.
815 String where, String orderBy) {
816 return cr.query(CONTENT_URI, projection, where,
    [all...]

Completed in 123 milliseconds