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

  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 65 final ContentQueryMap cqm = new ContentQueryMap(
67 // Get the current state of the CQM. This forces a requery and means that the
69 cqm.getRows();
73 ContentValues v = cqm.getValues("test");
78 cqm.addObserver(new Observer() {
81 ContentValues v = cqm.getValues("test");
85 cqm.close();
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 1946 struct nlattr *cqm[NL80211_ATTR_CQM_MAX + 1]; local
9071 struct nl_msg *msg, *cqm = NULL; local
    [all...]

Completed in 87 milliseconds