OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppWidgetWithConfig
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
AppWidgetWithConfig.java
21
public class
AppWidgetWithConfig
extends AppWidgetNoConfig {
RequestPinItemActivity.java
89
requestWidget(new ComponentName(this,
AppWidgetWithConfig
.class));
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
RequestPinItemTest.java
38
import com.android.launcher3.testcomponent.
AppWidgetWithConfig
;
120
.equals(
AppWidgetWithConfig
.class.getName());
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
AbstractLauncherUiTest.java
47
import com.android.launcher3.testcomponent.
AppWidgetWithConfig
;
252
hasConfigureScreen ?
AppWidgetWithConfig
.class : AppWidgetNoConfig.class);
Completed in 4231 milliseconds