/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallTest.java | 145 call.setDisconnectCause(new DisconnectCause(DisconnectCause.LOCAL)); in testDisconnectCauseWhenAudioProcessing() 172 call.setDisconnectCause(new DisconnectCause(DisconnectCause.LOCAL)); in testDisconnectCauseWhenAudioProcessingAfterActive() 173 assertEquals(DisconnectCause.LOCAL, call.getDisconnectCause().getCode()); in testDisconnectCauseWhenAudioProcessingAfterActive() 197 call.setDisconnectCause(new DisconnectCause(DisconnectCause.LOCAL)); in testDisconnectCauseWhenSimulatedRingingAndDisconnect() 222 call.setDisconnectCause(new DisconnectCause(DisconnectCause.LOCAL)); in testDisconnectCauseWhenSimulatedRingingAndReject()
|
D | DisconnectedCallNotifierTest.java | 78 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL, in testNotificationShownAfterEmergencyCall() 100 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL, in testNotificationShownForDisconnectedEmergencyCall() 125 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL)); in testNotificationNotShownAfterCall() 141 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL, in testNotificationClearedForEmergencyCall()
|
D | BasicCallTests.java | 111 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallLocalDisconnect() 136 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleOutgoingCallRemoteDisconnect() 267 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleIncomingCallLocalDisconnect() 282 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testSingleIncomingCallRemoteDisconnect() 297 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testIncomingEmergencyCallback() 354 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testOutgoingCallAndSelectPhoneAccount() 830 mConnectionServiceFixtureA.sendSetDisconnected(connectionId, DisconnectCause.LOCAL); in disconnectCall()
|
D | CallLogManagerTest.java | 797 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogConferenceWithNoChildren() 819 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogConferenceWithChildren() 841 DisconnectCause.LOCAL, // disconnectCauseCode in testLogRemotelyHostedConferenceWithChildren() 864 DisconnectCause.LOCAL, // disconnectCauseCode in testLogRemotelyHostedConferenceWithNoChildren() 887 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogChildOfRemotelyHostedConference() 903 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogChildOfRemotelyHostedConference()
|
D | CallAudioManagerTest.java | 437 when(call.getDisconnectCause()).thenReturn(new DisconnectCause(DisconnectCause.LOCAL, 585 when(call.getDisconnectCause()).thenReturn(new DisconnectCause(DisconnectCause.LOCAL, 669 when(call.getDisconnectCause()).thenReturn(new DisconnectCause(DisconnectCause.LOCAL,
|
D | VideoCallTests.java | 208 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testOutgoingVideoCallCanceledCheckVideoHistory()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConnectionsBankImpl.java | 83 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in disconnectAllConnections() 137 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent() 139 conference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
|
D | SimulatorConferenceCreator.java | 181 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent() 205 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent() 207 conference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
|
D | NonSimulatorConnectionListener.java | 49 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
|
D | SimulatorRttCall.java | 120 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
|
D | SimulatorVideoCall.java | 133 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
|
D | SimulatorVoiceCall.java | 208 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperTest.java | 110 assertEquals(a1id, mDbHelper.getOrCreateAccountIdInTransaction(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId() 111 assertEquals((Long) a1id, mDbHelper.getAccountIdOrNull(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId() 116 assertNull(mDbHelper.getAccountIdOrNull(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId() 276 AccountWithDataSet.LOCAL); in testUpgradeHashId() 314 AccountWithDataSet.LOCAL); in testUpgradeHashIdForPhoto()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | ResourceAssetLoader.java | 85 return DataSource.LOCAL; in getDataSource()
|
D | LiveWallpaperThumbAssetLoader.java | 87 return DataSource.LOCAL; in getDataSource()
|
D | WallpaperModelLoader.java | 90 return DataSource.LOCAL; in getDataSource()
|
D | CurrentWallpaperAssetVNLoader.java | 95 return DataSource.LOCAL; in getDataSource()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | DisconnectCauseUtil.java | 120 case android.telephony.DisconnectCause.LOCAL: in toTelecomDisconnectCauseCode() 123 return DisconnectCause.LOCAL; in toTelecomDisconnectCauseCode() 869 case android.telephony.DisconnectCause.LOCAL: in toTelecomDisconnectCauseTone()
|
D | TelephonyConnection.java | 843 mHandler.obtainMessage(MSG_HANGUP, android.telephony.DisconnectCause.LOCAL).sendToTarget(); in onDisconnect() 883 mHandler.obtainMessage(MSG_HANGUP, android.telephony.DisconnectCause.LOCAL).sendToTarget(); in onAbort() 1892 android.telephony.DisconnectCause.LOCAL, in hangup() 1932 android.telephony.DisconnectCause.LOCAL, in reject()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | AccountWithDataSet.java | 28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null); field in AccountWithDataSet
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnection.java | 180 setConnectionDisconnected(DisconnectCause.LOCAL); in onDisconnect()
|
D | SelfManagedCallListAdapter.java | 46 connection.setConnectionDisconnected(DisconnectCause.LOCAL);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 170 close(DisconnectCause.LOCAL); in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 310 mConference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in updateConferenceableConnections()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | DisconnectedCallNotifier.java | 142 if ((newState == CallState.DISCONNECTED) && (cause.getCode() == DisconnectCause.LOCAL) && in onCallStateChanged()
|