HomeSort by relevance Sort by last modified time
    Searched defs:fromJson (Results 1 - 23 of 23) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
SimpleBackupSharedPreference.java 73 public static BackupSharedPreference fromJson(final JSONObject json) throws JSONException {
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 101 public static Alarm fromJson(String string) {
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 63 public static Recipe fromJson(Context context, JSONObject json) {
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
Alarm.java 101 public static Alarm fromJson(String string) {
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 63 public static Recipe fromJson(Context context, JSONObject json) {
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
Alarm.java 101 public static Alarm fromJson(String string) {
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 63 public static Recipe fromJson(Context context, JSONObject json) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ReflectionTest.java 71 Vector2 fromJson = json.fromJson(Vector2.class, jsonString);
73 println("JSON deserialized: " + fromJson);
74 fromJson.x += 1;
75 fromJson.y += 1;
76 println("JSON deserialized + 1/1: " + fromJson);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Credential.java 186 protected static Credential fromJson(final JSONObject json) {
HostAuth.java 277 protected static HostAuth fromJson(final JSONObject json) {
290 h.mCredential = Credential.fromJson(credJson);
Account.java 792 return fromJson(json);
799 protected static Account fromJson(final JSONObject json) {
808 a.mHostAuthRecv = HostAuth.fromJson(recvJson);
811 a.mHostAuthSend = HostAuth.fromJson(sendJson);
    [all...]
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 227 public static Question fromJson(JSONObject questionObject, int questionIndex)
268 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 227 public static Question fromJson(JSONObject questionObject, int questionIndex)
268 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 227 public static Question fromJson(JSONObject questionObject, int questionIndex)
268 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Json.java 664 public <T> T fromJson (Class<T> type, Reader reader) {
671 public <T> T fromJson (Class<T> type, Class elementType, Reader reader) {
677 public <T> T fromJson (Class<T> type, InputStream input) {
684 public <T> T fromJson (Class<T> type, Class elementType, InputStream input) {
690 public <T> T fromJson (Class<T> type, FileHandle file) {
701 public <T> T fromJson (Class<T> type, Class elementType, FileHandle file) {
711 public <T> T fromJson (Class<T> type, char[] data, int offset, int length) {
718 public <T> T fromJson (Class<T> type, Class elementType, char[] data, int offset, int length) {
724 public <T> T fromJson (Class<T> type, String json) {
730 public <T> T fromJson (Class<T> type, Class elementType, String json)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
gson-1.7.2.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 

Completed in 448 milliseconds