Searched refs:fromContext (Results 1 – 7 of 7) sorted by relevance
41 return ProtobufWireAdapter.fromContext(context); in getWireInterface()43 return JsonWireAdapter.fromContext(context); in getWireInterface()45 return XmlWireAdapter.fromContext(context); in getWireInterface()
53 .fromContext(this, icon)); in createLiveFolder()
80 Intent.ShortcutIconResource.fromContext(InterpreterPicker.this, icon); in onListItemClick()
74 public static JsonWireAdapter fromContext(PairingContext context) { in fromContext() method in JsonWireAdapter
68 public static XmlWireAdapter fromContext(PairingContext context) { in fromContext() method in XmlWireAdapter
145 ShortcutIconResource icon = ShortcutIconResource.fromContext(mContext, iconId); in queryLiveFolder()
84 public static ProtobufWireAdapter fromContext(PairingContext context) { in fromContext() method in ProtobufWireAdapter