/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorPreviewCamera.java | 65 throw Assert.createIllegalStateFailException("camera error: " + e); in startCamera() 91 throw Assert.createIllegalStateFailException("camera error: " + e); in getCameraCapabilities() 118 throw Assert.createIllegalStateFailException("camera error: " + e); in onOpened() 157 throw Assert.createIllegalStateFailException("camera error: " + e); in onConfigured()
|
D | SimulatorSimCallManager.java | 128 throw Assert.createIllegalStateFailException("Unable to place call: " + e); in addNewOutgoingCall() 205 throw Assert.createIllegalStateFailException("Unable to get phone accounts: " + e); in getSystemPhoneAccountHandle() 213 throw Assert.createIllegalStateFailException("no SIM phone account available"); in getSystemPhoneAccountHandle() 235 throw Assert.createIllegalStateFailException(); in findConnectionByTag()
|
D | NonSimulatorConnectionListener.java | 65 throw Assert.createIllegalStateFailException(); in onEvent()
|
D | SimulatorRttCall.java | 107 throw Assert.createIllegalStateFailException(); in onEvent()
|
D | SimulatorVideoCall.java | 118 throw Assert.createIllegalStateFailException(); in onEvent()
|
D | SimulatorConferenceCreator.java | 173 throw Assert.createIllegalStateFailException(); in onEvent()
|
D | SimulatorVoiceCall.java | 196 throw Assert.createIllegalStateFailException(); in onEvent()
|
/packages/apps/Dialer/java/com/android/dialer/protos/ |
D | ProtoParsers.java | 73 throw Assert.createIllegalStateFailException(e.toString()); in getTrusted() 88 throw Assert.createIllegalStateFailException(e.toString()); in getTrusted() 133 throw Assert.createIllegalStateFailException(e.toString()); in mergeFrom()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/ |
D | SearchCursorManager.java | 203 throw Assert.createIllegalStateFailException( in getRowType() 225 throw Assert.createIllegalStateFailException("No valid row type."); in getRowType() 272 throw Assert.createIllegalStateFailException("No valid cursor."); in getCursor()
|
D | SearchActionViewHolder.java | 112 throw Assert.createIllegalStateFailException("Invalid action: " + action); in setAction() 153 throw Assert.createIllegalStateFailException("Invalid action: " + action); in onClick()
|
D | SearchAdapter.java | 92 throw Assert.createIllegalStateFailException("Invalid RowType: " + rowType); in onCreateViewHolder() 122 throw Assert.createIllegalStateFailException("Invalid ViewHolder: " + holder); in onBindViewHolder()
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
D | Assert.java | 77 public static IllegalStateException createIllegalStateFailException() { in createIllegalStateFailException() method in Assert 82 public static IllegalStateException createIllegalStateFailException(String msg) { in createIllegalStateFailException() method in Assert
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
D | SpeedDialAdapter.java | 133 throw Assert.createIllegalStateFailException("Invalid viewType: " + viewType); in onCreateViewHolder() 162 throw Assert.createIllegalStateFailException("Invalid view holder: " + holder); in onBindViewHolder() 227 throw Assert.createIllegalStateFailException( in getSpanSizeLookup()
|
D | ContextMenu.java | 113 throw Assert.createIllegalStateFailException("Menu option click not handled"); in onMenuItemClick()
|
/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
D | CallDetailsHeaderViewHolder.java | 227 throw Assert.createIllegalStateFailException("Invalid action: " + callbackAction); in setCallbackAction() 246 throw Assert.createIllegalStateFailException("Invalid action: " + callbackAction); in onClick() 249 throw Assert.createIllegalStateFailException("View OnClickListener not implemented: " + view); in onClick()
|
D | CallDetailsAdapterCommon.java | 105 throw Assert.createIllegalStateFailException( in onCreateViewHolder()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogActivity.java | 217 throw Assert.createIllegalStateFailException("Invalid position: " + position); in updateMissedCalls() 263 throw Assert.createIllegalStateFailException("Invalid position: " + position); in instantiateItem()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
D | SearchContactViewHolder.java | 190 throw Assert.createIllegalStateFailException( in setCallToAction() 261 throw Assert.createIllegalStateFailException( in onClick()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | FloatingActionButtonController.java | 185 throw Assert.createIllegalStateFailException("Invalid alignment value: " + align); in getTranslationXForAlignment()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/ |
D | DirectoryContactsCursor.java | 144 throw Assert.createIllegalStateFailException("No directory id for contact at: " + position); in getDirectoryId()
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
D | MainActivity.java | 162 throw Assert.createIllegalStateFailException( in interactionError()
|
/packages/apps/Dialer/java/com/android/dialer/theme/base/impl/ |
D | AospThemeImpl.java | 108 throw Assert.createIllegalStateFailException("Theme hasn't been set yet."); in getApplicationThemeRes()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | DialtactsPagerAdapter.java | 104 throw Assert.createIllegalStateFailException("No fragment at position " + position); in getItem()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ReturnToCallActionReceiver.java | 60 throw Assert.createIllegalStateFailException( in onReceive()
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/ |
D | BottomNavBar.java | 199 throw Assert.createIllegalStateFailException("Invalid tab: " + tabIndex); in updateListeners()
|