Home
last modified time | relevance | path

Searched refs:isHandover (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnectionService.java91 boolean isHandover) { in createSelfManagedConnection() argument
114 isHandover, in createSelfManagedConnection()
117 connection.setIsHandover(isHandover); in createSelfManagedConnection()
122 if (!isIncoming && connection.isHandover()) { in createSelfManagedConnection()
DSelfManagedConnection.java89 if (isHandover()) { in onShowIncomingCallUi()
236 public void setIsHandover(boolean isHandover) { in setIsHandover() argument
237 mIsHandover = isHandover; in setIsHandover()
240 public boolean isHandover() { in isHandover() method in SelfManagedConnection
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java264 public void saveSendingFileInfo(String mimeType, String uriString, boolean isHandover, in saveSendingFileInfo() argument
269 mIsHandoverInitiated = isHandover; in saveSendingFileInfo()
281 public void saveSendingFileInfo(String mimeType, ArrayList<Uri> uris, boolean isHandover, in saveSendingFileInfo() argument
287 mIsHandoverInitiated = isHandover; in saveSendingFileInfo()
DBluetoothOppLauncherActivity.java407 private void sendFileInfo(String mimeType, String uriString, boolean isHandover, in sendFileInfo() argument
411 manager.saveSendingFileInfo(mimeType, uriString, isHandover, fromExternal); in sendFileInfo()
DBluetoothOppObexServerSession.java597 boolean isHandover = BluetoothOppManager.getInstance(mContext).isWhitelisted(destination); in onConnect()
598 if (isHandover) { in onConnect()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1171 boolean isHandover = extras.getBoolean(TelecomManager.EXTRA_IS_HANDOVER); in processIncomingCallIntent()
1262 if (isHandover) { in processIncomingCallIntent()