Home
last modified time | relevance | path

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

/packages/apps/KeyChain/src/com/android/keychain/internal/
DGrantsDatabase.java124 final long numMatches = in hasEntryInUserSelectableTable() local
129 return numMatches > 0; in hasEntryInUserSelectableTable()
158 final long numMatches = in hasGrantInternal() local
163 return numMatches > 0; in hasGrantInternal()