Lines Matching refs:defPanel
72 ResolveInfo defPanel = Service.searchControlPanel(this, null); in onCreate() local
73 if (defPanel == null) { in onCreate()
77 defPackage = defPanel.activityInfo.packageName; in onCreate()
78 defName = defPanel.activityInfo.name; in onCreate()
153 ResolveInfo defPanel = null; in searchControlPanel() local
174 defPanel = foo; in searchControlPanel()
187 if (defPanel == null) { in searchControlPanel()
196 defPanel = otherPanel; in searchControlPanel()
198 return defPanel; in searchControlPanel()
202 ResolveInfo defPanel = searchControlPanel(this, updatedPackage); in pickDefaultControlPanel() local
203 if (defPanel == null) { in pickDefaultControlPanel()
209 String defPackage = defPanel.activityInfo.packageName; in pickDefaultControlPanel()
210 String defName = defPanel.activityInfo.name; in pickDefaultControlPanel()