Home
last modified time | relevance | path

Searched refs:LOCAL (Results 1 – 25 of 31) sorted by relevance

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java145 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()
DDisconnectedCallNotifierTest.java78 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()
DBasicCallTests.java111 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()
DCallLogManagerTest.java797 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()
DCallAudioManagerTest.java437 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,
DVideoCallTests.java208 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL); in testOutgoingVideoCallCanceledCheckVideoHistory()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionsBankImpl.java83 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()
DSimulatorConferenceCreator.java181 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()
DNonSimulatorConnectionListener.java49 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
DSimulatorRttCall.java120 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
DSimulatorVideoCall.java133 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
DSimulatorVoiceCall.java208 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java110 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/
DResourceAssetLoader.java85 return DataSource.LOCAL; in getDataSource()
DLiveWallpaperThumbAssetLoader.java87 return DataSource.LOCAL; in getDataSource()
DWallpaperModelLoader.java90 return DataSource.LOCAL; in getDataSource()
DCurrentWallpaperAssetVNLoader.java95 return DataSource.LOCAL; in getDataSource()
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java120 case android.telephony.DisconnectCause.LOCAL: in toTelecomDisconnectCauseCode()
123 return DisconnectCause.LOCAL; in toTelecomDisconnectCauseCode()
869 case android.telephony.DisconnectCause.LOCAL: in toTelecomDisconnectCauseTone()
DTelephonyConnection.java843 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/
DAccountWithDataSet.java28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null); field in AccountWithDataSet
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnection.java180 setConnectionDisconnected(DisconnectCause.LOCAL); in onDisconnect()
DSelfManagedCallListAdapter.java46 connection.setConnectionDisconnected(DisconnectCause.LOCAL);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java170 close(DisconnectCause.LOCAL); in handleCallChanged()
DHfpClientDeviceBlock.java310 mConference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in updateConferenceableConnections()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java142 if ((newState == CallState.DISCONNECTED) && (cause.getCode() == DisconnectCause.LOCAL) && in onCallStateChanged()

12