Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DAccountsTester.java147 final Context authContext = getContext().createPackageContext(packageName, in getView() local
149 holder.icon.setImageDrawable(authContext.getResources().getDrawable( in getView()
168 Context authContext; in initializeAuthenticatorsSpinner() local
170 authContext = createPackageContext(mAuthenticatorDescs[i].packageName, 0); in initializeAuthenticatorsSpinner()
175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId)); in initializeAuthenticatorsSpinner()