Searched refs:secondaryHomeComponent (Results 1 – 2 of 2) sorted by relevance
645 final String secondaryHomeComponent = mService.mContext.getResources().getString( in testResolveSecondaryHomeActivityWhenDefaultHomeNotSet() local647 final ComponentName comp = ComponentName.unflattenFromString(secondaryHomeComponent); in testResolveSecondaryHomeActivityWhenDefaultHomeNotSet()739 final String secondaryHomeComponent = mService.mContext.getResources().getString( in testResolveSecondaryHomeActivityWhenDefaultHomeNotSupportMultiDisplay() local741 final ComponentName comp = ComponentName.unflattenFromString(secondaryHomeComponent); in testResolveSecondaryHomeActivityWhenDefaultHomeNotSupportMultiDisplay()
5922 final String secondaryHomeComponent = mContext.getResources().getString( in getSecondaryHomeIntent() local5924 intent.setComponent(ComponentName.unflattenFromString(secondaryHomeComponent)); in getSecondaryHomeIntent()