Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DUserCredentialsSettings.java274 final int wifiUid = UserHandle.getUid(myUserId, Process.WIFI_UID); in doInBackground() local
289 credentials.addAll(getCredentialsForUid(wifiKeystore, wifiUid).values()); in doInBackground()