Searched refs:ACTION_DEFINE (Results 1 – 5 of 5) sorted by relevance
81 assertThat(intent.getAction()).isEqualTo(Intent.ACTION_DEFINE); in create_typeDictionary()115 assertThat(intents.get(0).intent.getAction()).isEqualTo(Intent.ACTION_DEFINE); in create_translateAndDictionary()
275 new Intent(Intent.ACTION_DEFINE) in createForDictionary()
3897 public static final String ACTION_DEFINE = "android.intent.action.DEFINE"; field in Intent
10232 field public static final String ACTION_DEFINE = "android.intent.action.DEFINE";