OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtimeexception
(Results
2301 - 2325
of
7326
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java
113
throw new
RuntimeException
("Not on the UI thread!");
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionProvider.java
112
private static class NaughtyException extends
RuntimeException
{
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
AppDataUsagePreferenceController.java
71
throw new
RuntimeException
(e);
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
ResetAppsHelper.java
154
throw new
RuntimeException
(e);
/packages/apps/Settings/src/com/android/settings/datausage/
DataUsageBase.java
126
throw new
RuntimeException
(e);
DataUsageBaseFragment.java
126
throw new
RuntimeException
(e);
/packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordActivity.java
53
throw new
RuntimeException
("Unsupported action: " + action);
/packages/apps/Settings/src/com/android/settings/overlay/
FeatureFactory.java
114
public static final class FactoryNotFoundException extends
RuntimeException
{
/packages/apps/Settings/src/com/android/settings/slices/
SliceData.java
253
public static class InvalidSliceDataException extends
RuntimeException
{
/packages/apps/Settings/tests/robotests/src/com/android/settings/suggestions/
SettingsSuggestionsTest.java
113
throw new
RuntimeException
(e);
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
AppsSettingsTests.java
68
throw new
RuntimeException
("Failed to freeze device orientaion", e);
ConnectedDeviceTests.java
54
throw new
RuntimeException
("failed to freeze device orientation", e);
MoreWirelessSettingsTests.java
44
throw new
RuntimeException
("failed to freeze device orientaion", e);
WirelessNetworkSettingsTests.java
68
throw new
RuntimeException
("failed to freeze device orientation", e);
/packages/apps/Settings/tests/unit/src/com/android/settings/bluetooth/
BluetoothDeviceDetailsRotationTest.java
102
throw new
RuntimeException
(e);
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
BaseTunerTvInputService.java
105
} catch (
RuntimeException
e) {
/packages/apps/Traceur/uitests/src/com/android/settings/ui/
TraceurAppTests.java
52
throw new
RuntimeException
("Failed to freeze device orientation.", e);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java
50
throw new
RuntimeException
("Field is accidentially null.");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadManagerWrapper.java
38
*
RuntimeException
so they are unchecked :(
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java
107
throw new
RuntimeException
("Expected one span, found " + spans.length);
262
final class InterruptRunMessagesException extends
RuntimeException
{
320
throw new
RuntimeException
("Code point not on the keyboard");
327
throw new
RuntimeException
("Can't gesture strings less than 2 chars long");
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java
232
} catch (
RuntimeException
re) {
280
} catch (
RuntimeException
re) {
307
" callerIsBatch=" + callerIsBatch, new
RuntimeException
("startTransaction"));
329
" callerIsBatch=" + callerIsBatch, new
RuntimeException
("endTransaction"));
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Hex.java
78
* TODO Use checked exceptions instead of
RuntimeException
. Apparently normalized names *may*
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java
111
throw new
RuntimeException
(e);
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java
56
throw new
RuntimeException
(e);
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
ThreadSafeNavigationRenderer.java
107
throw new
RuntimeException
(e);
Completed in 1321 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>