Searched defs:writableOnly (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DSources.java249 public ArrayList<Account> getAccounts(boolean writableOnly) { argument
259 final boolean matchesWritable = (!writableOnly || (writableOnly && !source.readOnly));

Completed in 83 milliseconds