Searched refs:SELECT (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | DefaultDataHandler.java | 80 private final static String SELECT = "select"; field in DefaultDataHandler
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | hce.jd | 230 device is a "SELECT AID" APDU; this APDU contains the AID that the reader wants 246 <li>The NFC reader sends another "SELECT AID" APDU, which the OS resolves to a 436 <p>When the NFC reader sends an APDU with a "SELECT AID", the NFC controller parses 439 associated with the AID, until another "SELECT AID" APDU is received or the NFC
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 110 null, // No SELECT criteria are used.
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 257 query(Uri,projection,selection,selectionArgs,sortOrder)} match an SQL SELECT statement: 265 <th style="width:25%" align="center" scope="col">SELECT keyword/parameter</th> 512 SELECT _ID, word, locale FROM words WHERE word = <userinput> ORDER BY word ASC;
|