Searched refs:sa (Results 1 – 4 of 4) sorted by relevance
352 TypedArray sa = res.obtainAttributes(attrs, in parseServiceAttributes() local356 sa.getString(com.android.internal.R.styleable.SyncAdapter_contentAuthority); in parseServiceAttributes()358 sa.getString(com.android.internal.R.styleable.SyncAdapter_accountType); in parseServiceAttributes()362 final boolean userVisible = sa.getBoolean( in parseServiceAttributes()364 final boolean supportsUploading = sa.getBoolean( in parseServiceAttributes()366 final boolean isAlwaysSyncable = sa.getBoolean( in parseServiceAttributes()368 final boolean allowParallelSyncs = sa.getBoolean( in parseServiceAttributes()371 sa.getString(com.android.internal.R.styleable in parseServiceAttributes()378 sa.recycle(); in parseServiceAttributes()
147 CharSequence sa = ((PackageInfo) a).applicationInfo.loadLabel(mPm);149 return collator.compare(sa, sb);
138 CharSequence sa = ((ListItem) a).procInfo.processName;140 return collator.compare(sa, sb);
190 SpinnerAdapter sa = ArrayAdapter.createFromResource(getActivity(), in onCreateView() local192 mBlendSpinner.setAdapter(sa); in onCreateView()