Searched refs:compname (Results 1 – 2 of 2) sorted by relevance
742 ComponentName compname = new ComponentName( in isComponentEnabled() local748 if (pm.getActivityInfo(compname,0) != null) { in isComponentEnabled()755 Log.d(TAG, "Component not enabled: " + compname); in isComponentEnabled()
3308 ComponentName compname = intent.getComponent(); in startActivityNow() local3310 if (compname != null) { in startActivityNow()3311 name = compname.toShortString(); in startActivityNow()