Home
last modified time | relevance | path

Searched refs:buildKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DAnqpCache.java58 private static CacheKey buildKey(NetworkDetail network, boolean standardESS) { in buildKey() method in AnqpCache.CacheKey
125 CacheKey key = CacheKey.buildKey(network, STANDARD_ESS); in initiate()
146 CacheKey key = CacheKey.buildKey(network, STANDARD_ESS); in update()
165 CacheKey key = CacheKey.buildKey(network, STANDARD_ESS); in getEntry()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentStack.java81 public String buildKey() { in buildKey() method in DocumentStack
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java377 values.put(RecentColumns.KEY, mState.stack.buildKey()); in writeStackToRecentsBlocking()