OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:weatherlistwidget
(Results
1 - 3
of
3
) sorted by null
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherDataProvider.java
17
package com.example.android.
weatherlistwidget
;
53
Uri.parse("content://com.example.android.
weatherlistwidget
.provider");
102
return "vnd.android.cursor.dir/vnd.
weatherlistwidget
.citytemperature";
WeatherWidgetService.java
17
package com.example.android.
weatherlistwidget
;
WeatherWidgetProvider.java
17
package com.example.android.
weatherlistwidget
;
65
public static String CLICK_ACTION = "com.example.android.
weatherlistwidget
.CLICK";
66
public static String REFRESH_ACTION = "com.example.android.
weatherlistwidget
.REFRESH";
67
public static String EXTRA_CITY_ID = "com.example.android.
weatherlistwidget
.city";
Completed in 149 milliseconds