Searched refs:clsName (Results 1 – 3 of 3) sorted by relevance
42 final String clsName = context.getString(R.string.config_recentsComponent); in provideRecentsImpl() local43 if (clsName == null || clsName.length() == 0) { in provideRecentsImpl()46 RecentsImplementation impl = componentHelper.resolveRecents(clsName); in provideRecentsImpl()51 cls = context.getClassLoader().loadClass(clsName); in provideRecentsImpl()53 throw new RuntimeException("Error loading recents component: " + clsName, t); in provideRecentsImpl()58 throw new RuntimeException("Error creating recents component: " + clsName, t); in provideRecentsImpl()
237 String clsName = entry.getKey().getName(); in startServicesIfNeeded() local240 clsName, in startServicesIfNeeded()241 () -> mServices[j] = startStartable(clsName, entry.getValue()), in startServicesIfNeeded()287 log.traceBegin(metricsPrefix + " " + clsName); in timeInitialization()294 Log.w(TAG, "Initialization of " + clsName + " took " + ti + " ms"); in timeInitialization()298 private static CoreStartable startAdditionalStartable(String clsName) { in startAdditionalStartable() argument300 if (DEBUG) Log.d(TAG, "loading: " + clsName); in startAdditionalStartable()303 Trace.TRACE_TAG_APP, clsName + ".newInstance()"); in startAdditionalStartable()306 startable = (CoreStartable) Class.forName(clsName).newInstance(); in startAdditionalStartable()319 if (DEBUG) Log.d(TAG, "loading: " + clsName); in startStartable()[all …]
67 final String clsName = ti.baseActivity.getClassName(); in onTaskAppeared() local68 if (clsName.contentEquals(TestActivity1.class.getName())) { in onTaskAppeared()72 } else if (clsName.contentEquals(TestActivity2.class.getName())) { in onTaskAppeared()