Searched refs:SmartspaceManager (Results 1 – 14 of 14) sorted by relevance
45 public final class SmartspaceManager { class52 public SmartspaceManager(Context context) { in SmartspaceManager() method in SmartspaceManager
20 import android.app.smartspace.SmartspaceManager53 private val smartspaceManager: SmartspaceManager,
18 import android.app.smartspace.SmartspaceManager59 private lateinit var smartspaceManager: SmartspaceManager
39 import android.app.smartspace.SmartspaceManager;650 static SmartspaceManager provideSmartspaceManager(Context context) { in provideSmartspaceManager()651 return context.getSystemService(SmartspaceManager.class); in provideSmartspaceManager()
22 import android.app.smartspace.SmartspaceManager81 private val smartspaceManager: SmartspaceManager,
41 import android.app.smartspace.SmartspaceManager;1232 registerService(Context.SMARTSPACE_SERVICE, SmartspaceManager.class, in registerService()1233 new CachedServiceFetcher<SmartspaceManager>() { in registerService()1235 public SmartspaceManager createService(ContextImpl ctx) in registerService()1238 return b == null ? null : new SmartspaceManager(ctx); in registerService()
20 import android.app.smartspace.SmartspaceManager94 private lateinit var smartspaceManager: SmartspaceManager
28 import android.app.smartspace.SmartspaceManager190 private val smartspaceManager: SmartspaceManager,266 smartspaceManager: SmartspaceManager,
27 import android.app.smartspace.SmartspaceManager140 @Mock lateinit var smartspaceManager: SmartspaceManager
1160 android.app.smartspace.SmartspaceManager
23941 Landroid/app/smartspace/SmartspaceManager;
34044 Landroid/app/smartspace/SmartspaceManager;
2418 public final class SmartspaceManager {