Searched refs:getServiceLabel (Results 1 – 9 of 9) sorted by relevance
194 CharSequence getServiceLabel(); in getServiceLabel() method
318 public CharSequence getServiceLabel() { in getServiceLabel() method in QuickAccessWalletClientImpl319 return mServiceInfo == null ? null : mServiceInfo.getServiceLabel(mContext); in getServiceLabel()
271 CharSequence getServiceLabel(Context context) { in getServiceLabel() method in QuickAccessWalletServiceInfo
152 CharSequence label = mController.getWalletClient().getServiceLabel(); in handleUpdateState()210 CharSequence label = mController.getWalletClient().getServiceLabel(); in getTileLabel()
141 when(mQuickAccessWalletClient.getServiceLabel()).thenReturn(LABEL); in setUp()292 when(mQuickAccessWalletClient.getServiceLabel()).thenReturn(null); in testGetTileLabel_serviceLabelDoesNotExist()
295 CharSequence logoContentDesc = mWalletClient.getServiceLabel(); in showEmptyStateView()
266 CharSequence logoContentDesc = mWalletClient.getServiceLabel(); in showEmptyStateView()
114 when(mWalletClient.getServiceLabel()).thenReturn(SERVICE_LABEL); in setUp()
120 when(mWalletClient.getServiceLabel()).thenReturn(SERVICE_LABEL); in setUp()