Searched refs:implicit (Results 1 – 2 of 2) sorted by relevance
13 LOCAL_CFLAGS += -Wno-return-type -Wno-implicit-function-declaration -Wno-implicit-int
259 Intent implicit = new Intent(Intent.ACTION_VIEW); in createAllIntents() local260 implicit.setData(uri); in createAllIntents()265 List<ResolveInfo> list = pm.queryIntentActivities(implicit, PackageManager.GET_META_DATA); in createAllIntents()