OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:columnnameofkey
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/content/
ContentQueryMap.java
54
* @param
columnNameOfKey
the column that is to be used as the key of the values map
62
public ContentQueryMap(Cursor cursor, String
columnNameOfKey
, boolean keepUpdated,
66
mKeyColumn = mCursor.getColumnIndexOrThrow(
columnNameOfKey
);
/cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java
98
fail("Should throw NullPointerException if param
columnNameOfKey
is null");
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/6/
android.jar
Completed in 821 milliseconds