OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:favorites
(Results
26 - 50
of
59
) sorted by null
1
2
3
/packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java
60
/** If true, when handling the contacts intent the
favorites
tab will be shown instead */
171
mTabHost.addTab(mTabHost.newTabSpec("
favorites
")
/external/clearsilver/cs/
test.hdf
103
Files.0.Sub.3.Name =
Favorites
/packages/apps/Launcher2/
AndroidManifest.xml
117
<!-- The settings provider contains Home's data, like the workspace
favorites
-->
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
[
all
...]
Workspace.java
[
all
...]
DeleteZone.java
98
if (item.container == LauncherSettings.
Favorites
.CONTAINER_DESKTOP) {
/packages/apps/Contacts/res/values/
strings.xml
54
<string name="strequentList">
Favorites
</string>
86
<!-- Menu item used to add a star to a contact, which makes that contact show up at the top of
favorites
-->
87
<string name="menu_addStar">Add to
favorites
</string>
89
<!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of
favorites
-->
90
<string name="menu_removeStar">Remove from
favorites
</string>
344
<!-- The description text for the
favorites
tab. Space is limited for this string, so the shorter the better -->
345
<string name="contactsFavoritesLabel">
Favorites
</string>
453
<!-- Displayed full screen when the user has no
favorites
and they are displaying the
favorites
tab -->
454
<string name="noFavoritesHelpText">"You don't have any
favorites
.\n\nTo add a contact to your list of favorites:\
[
all
...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java
52
private static final String TABLE_FAVORITES = "
favorites
";
289
// The
favorites
table was moved from this provider to a provider inside Home
298
Cursor cursor = db.rawQuery("PRAGMA table_info(
favorites
);", null);
/frameworks/base/docs/html/guide/developing/testing/
testing_eclipse.jd
269
Optional: Add the configuration to the Run toolbar and the <strong>
Favorites
</strong>
270
menu: in the Display in
Favorites
pane
/external/qemu/android/
hw-events.h
298
KEY_CODE(
FAVORITES
,0x16c) \
/external/webkit/WebCore/platform/
KeyboardCodes.h
447
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebCore/platform/android/
KeyboardCodes.h
430
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp
306
// VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
KeyboardCodesPosix.h
429
// VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
KeyboardCodesWin.h
435
// VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebCore/platform/haiku/
KeyboardCodes.h
430
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebCore/platform/wx/
KeyboardCodes.h
429
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/frameworks/base/docs/html/guide/topics/providers/
content-providers.jd
509
// 1 = the new contact is added to
favorites
510
// 0 = the new contact is not added to
favorites
[
all
...]
/external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp
415
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebCore/platform/mac/
KeyEventMac.mm
712
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp
428
// VK_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser
Favorites
key
/external/webkit/WebKit/mac/WebView/
WebUIDelegate.h
276
command toolbar and a
favorites
bar, it should return YES from
/packages/apps/Contacts/
AndroidManifest.xml
156
<!-- An empty activity that presents the DialtactActivity's
Favorites
tab -->
/external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl
297
command toolbar and a
favorites
bar, it should return YES from
[
all
...]
/packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java
304
// TYPE_MAIL (
FAVORITES
)
[
all
...]
Completed in 327 milliseconds
1
2
3