Home | History | Annotate | Download | only in settings

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
196 * The credentials are stored in a {@link CredentialAdapter} attached to the main
197 * {@link ListView} in the fragment.
207 // Do not show work profile keys in user credentials
231 * Helper class to display {@link Credential}s in a list.
291 Credential(Parcel in) {
292 this(in.readString());
294 long typeBits = in.readLong();
318 public Credential createFromParcel(Parcel in) {
319 return new Credential(in);