HomeSort by relevance Sort by last modified time
    Searched refs:JSONException (Results 101 - 125 of 309) sorted by null

1 2 3 45 6 7 8 91011>>

  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
AssetUtils.java 24 import org.json.JSONException;
52 } catch (JSONException e) {
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
AssetUtils.java 24 import org.json.JSONException;
52 } catch (JSONException e) {
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
AssetUtils.java 24 import org.json.JSONException;
52 } catch (JSONException e) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 46 * @throws JSONException
49 JSONArray ja) throws JSONException {
76 throw new JSONException(
239 * @throws JSONException
241 public static JSONArray toJSONArray(String string) throws JSONException {
256 * @throws JSONException
258 public static JSONArray toJSONArray(XMLTokener x) throws JSONException {
275 * @throws JSONException
277 public static JSONObject toJSONObject(XMLTokener x) throws JSONException {
291 * @throws JSONException
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java 31 import org.json.JSONException;
49 } catch (JSONException e) {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
AccountTests.java 25 import org.json.JSONException;
62 public void testDeserializeNullSenderNameUsingJSON() throws JSONException {
  /tools/loganalysis/src/com/android/loganalysis/item/
BatteryDischargeItem.java 19 import org.json.JSONException;
132 } catch (JSONException e) {
BatteryStatsDetailedInfoItem.java 18 import org.json.JSONException;
171 } catch (JSONException e) {
BatteryUsageItem.java 19 import org.json.JSONException;
131 } catch (JSONException e) {
  /tools/loganalysis/src/com/android/loganalysis/rule/
InterruptRule.java 28 import org.json.JSONException;
82 } catch (JSONException e) {
LocationUsageRule.java 27 import org.json.JSONException;
90 } catch (JSONException e) {
  /tools/loganalysis/tests/src/com/android/loganalysis/item/
LocationDumpsItemTest.java 23 import org.json.JSONException;
34 public void testToJson() throws JSONException {
  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanFeaturesTest.java 32 import org.json.JSONException;
94 public void testVulkanHardwareFeatures() throws JSONException {
190 private int determineHardwareLevel(JSONObject device) throws JSONException {
223 private int determineHardwareCompute(JSONObject device) throws JSONException {
240 private int determineHardwareVersion(JSONObject device) throws JSONException {
277 private JSONObject[] getVulkanDevices() throws JSONException, UnsupportedEncodingException {
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 27 import org.json.JSONException;
67 * @throws JSONException
69 public List<MusicTrack> getMedia() throws JSONException {
81 * @throws JSONException
83 public List<MusicTrack> retreiveMedia() throws JSONException {
206 } catch (JSONException e) {
231 } catch (JSONException e) {
256 } catch (JSONException e) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java 27 import org.json.JSONException;
134 public void testErrorForNullContactId() throws JSONException {
148 public void testErrorForNullAccountType() throws JSONException {
162 public void testErrorForNullAccountName() throws JSONException {
176 public void testErrorForNullFieldDataId() throws JSONException {
198 public void testErrorForNullAggregationType() throws JSONException {
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/command/remote/
RemoteManager.java 33 import org.json.JSONException;
292 } catch (JSONException e) {
310 } catch (JSONException e1) {
319 } catch (JSONException e) {
360 private void processAllocate(AllocateDeviceOp c, JSONObject result) throws JSONException {
372 private void processFree(FreeDeviceOp c, JSONObject result) throws JSONException {
390 private void processAdd(AddCommandOp c, JSONObject result) throws JSONException {
404 private void processAddCommandFile(AddCommandFileOp c, JSONObject result) throws JSONException {
416 private void processExecCommand(ExecCommandOp c, JSONObject result) throws JSONException {
449 throws JSONException {
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 32 import org.json.JSONException;
118 } catch (JSONException | IOException | NoSuchAlgorithmException e) {
126 private JSONObject serializeAccountSyncSettingsToJSON() throws JSONException {
270 } catch (IOException | JSONException e) {
276 throws JSONException {
337 } catch (JSONException jse) {
395 throws JSONException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 72 private static Object serializeRational(Rational rat) throws org.json.JSONException {
80 private static Object serializeSize(Size size) throws org.json.JSONException {
88 private static Object serializeSizeF(SizeF size) throws org.json.JSONException {
96 private static Object serializeRect(Rect rect) throws org.json.JSONException {
105 private static Object serializePoint(Point point) throws org.json.JSONException {
114 throws org.json.JSONException {
134 throws org.json.JSONException {
175 throws org.json.JSONException {
187 throws org.json.JSONException {
196 throws org.json.JSONException {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsDumpService.java 34 import org.json.JSONException;
72 private JSONObject dumpMemory() throws JSONException {
86 private JSONObject dumpDataUsage() throws JSONException {
113 throws JSONException {
124 private JSONObject dumpStorage() throws JSONException {
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 248 private static Object serializeRational(Rational rat) throws org.json.JSONException {
256 private static Object serializeSize(Size size) throws org.json.JSONException {
264 private static Object serializeSizeF(SizeF size) throws org.json.JSONException {
272 private static Object serializeRect(Rect rect) throws org.json.JSONException {
281 private static Object serializePoint(Point point) throws org.json.JSONException {
290 throws org.json.JSONException {
304 throws org.json.JSONException {
332 throws org.json.JSONException {
344 throws org.json.JSONException {
353 throws org.json.JSONException {
    [all...]
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHandler.java 22 import org.json.JSONException;
45 String moduleName) throws IOException, XmlPullParserException, JSONException {
54 throws JSONException {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/model/
SavedAutofillValue.java 22 import org.json.JSONException;
46 } catch (JSONException e) {
80 } catch (JSONException e) {
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/model/
SavedAutofillValue.java 22 import org.json.JSONException;
46 } catch (JSONException e) {
80 } catch (JSONException e) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CallLogFacade.java 36 import org.json.JSONException;
78 public Integer callLogsPut(@RpcParameter(name = "logs") JSONObject log) throws JSONException {
95 throws JSONException {

Completed in 753 milliseconds

1 2 3 45 6 7 8 91011>>