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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_braille.js 68 cvox.NavBraille.fromJson = function(json) {
74 text: cvox.Spannable.fromJson(json.spannable),
spannable.js 312 cvox.Spannable.fromJson = function(obj) {
328 var value = serializeInfo.fromJson(span.value);
339 * @param {function(!Object): !Object} fromJson A function that converts
346 constructor, name, fromJson, toJson) {
348 fromJson: fromJson, toJson: toJson};
369 obj.fromJson = function(obj) {
379 * fromJson: function(!Object): !Object,
braille_util.js 95 cvox.BrailleUtil.ValueSpan.fromJson = function(obj) {
112 cvox.BrailleUtil.ValueSpan.fromJson,
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
SimpleBackupSharedPreference.java 73 public static BackupSharedPreference fromJson(final JSONObject json) throws JSONException {
  /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/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/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 63 public static Recipe fromJson(Context context, JSONObject json) {
  /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 226 public static Question fromJson(JSONObject questionObject, int questionIndex)
264 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 226 public static Question fromJson(JSONObject questionObject, int questionIndex)
264 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 226 public static Question fromJson(JSONObject questionObject, int questionIndex)
264 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 1404 milliseconds