HomeSort by relevance Sort by last modified time
    Searched refs:providerLabel (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallUiState.java 344 CharSequence providerLabel;
355 providerLabel = PhoneUtils.getProviderLabel(mContext, intent);
363 if (TextUtils.isEmpty(providerLabel) || providerIcon == null ||
374 providerLabel = null;
410 + providerLabel + " / "
InCallScreen.java     [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 211 CharSequence providerLabel = providerInfo != null
213 if (TextUtils.isEmpty(providerLabel)) {
215 providerLabel = authority;
217 String title = getString(R.string.sync_item_title, providerLabel);

Completed in 183 milliseconds