Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DCallFeaturesSetting.java1252 String exceptionMessage = ""; in handleSetVMOrFwdMessage() local
1254 exceptionMessage = checkFwdChangeSuccess(); in handleSetVMOrFwdMessage()
1255 if (exceptionMessage != null) { in handleSetVMOrFwdMessage()
1261 exceptionMessage = checkVMChangeSuccess(); in handleSetVMOrFwdMessage()
1262 if (exceptionMessage != null) { in handleSetVMOrFwdMessage()
1271 Log.w(LOG_TAG, "Failed to change fowarding setting. Reason: " + exceptionMessage); in handleSetVMOrFwdMessage()
1274 Log.w(LOG_TAG, "Failed to change voicemail. Reason: " + exceptionMessage); in handleSetVMOrFwdMessage()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java838 throw new UnsupportedOperationException(mDbHelper.exceptionMessage(uri)); in insert()
966 throw new UnsupportedOperationException(mDbHelper.exceptionMessage(uri)); in update()
1531 throw new UnsupportedOperationException(mDbHelper.exceptionMessage(uri)); in delete()
1602 throw new UnsupportedOperationException(mDbHelper.exceptionMessage(uri)); in delete()
1908 throw new UnsupportedOperationException(mDbHelper.exceptionMessage(uri)); in query()
1916 throw new IllegalArgumentException(mDbHelper.exceptionMessage(uri)); in query()
2086 throw new IllegalArgumentException(mDbHelper.exceptionMessage(uri)); in getType()
DContactsProvider2.java2518 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in resolveAccount()
2532 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in resolveAccount()
3416 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in deleteInTransaction()
3849 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in updateInTransaction()
5137 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in queryLocal()
5170 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in queryLocal()
5217 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in queryLocal()
5481 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in queryLocal()
7367 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in getAccountWithDataSetFromUri()
7572 throw new IllegalArgumentException(mDbHelper.get().exceptionMessage( in openAssetFileInner()
[all …]
DContactsDatabaseHelper.java4960 public String exceptionMessage(Uri uri) { in exceptionMessage() method in ContactsDatabaseHelper
4961 return exceptionMessage(null, uri); in exceptionMessage()
4968 public String exceptionMessage(String message, Uri uri) { in exceptionMessage() method in ContactsDatabaseHelper