Searched refs:getTransportName (Results 1 – 6 of 6) sorted by relevance
106 private static String getTransportName(final int transportType) { in getTransportName() method in NetworkNotificationManager177 tag, nameOf(eventId), getTransportName(transportType), name, highPriority)); in showNotification()234 String fromTransport = getTransportName(transportType); in showNotification()235 String toTransport = getTransportName(approximateTransportType(switchToNai)); in showNotification()246 + getTransportName(transportType)); in showNotification()336 String fromTransport = getTransportName(approximateTransportType(fromNai)); in showToast()337 String toTransport = getTransportName(approximateTransportType(toNai)); in showToast()
129 when(transportManager.getTransportName(transportComponent)).thenReturn(transportName); in setUpTransport()141 when(transportManager.getTransportName(transportComponent)) in setUpTransport()
209 public String getTransportName(ComponentName transportComponent) in getTransportName() method in TransportManager533 selectTransport(getTransportName(transportComponent)); in registerAndSelectTransport()547 selectTransport(getTransportName(transportComponent)); in registerAndSelectTransport()
524 transportManager.getTransportName(mTransportA1.getTransportComponent()); in testGetTransportName_forTransportThatChangedName_returnsNewName()
3528 mTransportManager.getTransportName(transportComponent); in selectBackupTransportAsync()
10909 PLcom/android/server/backup/TransportManager;->getTransportName(Landroid/content/ComponentName;)Lja…12827 PLcom/android/server/connectivity/NetworkNotificationManager;->getTransportName(I)Ljava/lang/String;