OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:searchable
(Results
51 - 75
of
192
) sorted by null
1
2
3
4
5
6
7
8
/packages/apps/Mms/res/xml/
searchable.xml
20
<
searchable
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/Music/res/xml/
searchable.xml
17
<
searchable
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractInternalSource.java
26
* Abstract implementation of a source that is not backed by a
searchable
activity.
EventLogTags.logtags
17
# - search hardkey in non-
searchable
app
/packages/apps/UnifiedEmail/res/xml/
searchable.xml
21
<
searchable
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/UnifiedEmail/unified_src/com/android/mail/providers/
UnifiedAccountCacheProvider.java
29
* res/xml/
searchable
.xml.
/frameworks/base/core/java/android/app/
SearchManager.java
128
* with the keycode attribute in the actionkey element of your
searchable
.xml configuration
393
* Components should handle this intent if they cache any
searchable
data and wish to stay
743
* Gets information about a
searchable
activity.
745
* @param componentName The activity to get
searchable
information for.
746
* @return
Searchable
information, or <code>null</code> if the activity does not
747
* exist, or is not
searchable
.
761
* @param
searchable
Information about how to get the suggestions.
767
public Cursor getSuggestions(SearchableInfo
searchable
, String query)
[
all
...]
/development/samples/Wiktionary/
AndroidManifest.xml
54
<meta-data android:name="android.app.
searchable
" android:resource="@xml/
searchable
" />
/development/samples/training/ContactsList/
AndroidManifest.xml
47
<!-- Add intent-filter for search intent action and specify
searchable
configuration
55
<meta-data android:name="android.app.
searchable
"
/external/chromium_org/third_party/
README.chromium.template
4
Version: A
searchable
version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/
README.folder.contents.may.not.be.up.to.date.txt
2
can be updated without worry of data duplication. The database is then
searchable
/frameworks/base/docs/html/training/search/
index.jd
25
<li><a href="{@docRoot}resources/samples/SearchableDictionary/index.html">
Searchable
/packages/apps/Email/src/com/android/mail/providers/
EmailAccountCacheProvider.java
31
* res/xml/
searchable
.xml.
/packages/apps/QuickSearchBox/res/values/
config.xml
21
searchable
activity. -->
37
enabled in
Searchable
Items. -->
86
<!-- Whether the
Searchable
Items list should show corpora that are not included
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SearchableView.js
35
* @param {!WebInspector.
Searchable
}
searchable
37
WebInspector.SearchableView = function(
searchable
)
41
this._searchProvider =
searchable
;
510
WebInspector.
Searchable
= function()
514
WebInspector.
Searchable
.prototype = {
/frameworks/base/core/java/android/widget/
SearchView.java
341
* @param
searchable
a SearchableInfo can be retrieved from the SearchManager, for a specific
344
public void setSearchableInfo(SearchableInfo
searchable
) {
345
mSearchable =
searchable
;
884
// if it's an action specified by the
searchable
activity, launch the
1210
SearchableInfo
searchable
= mSearchable;
local
[
all
...]
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/
MainActivity.java
82
// Associate
searchable
configuration with the SearchView
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/basiccontactables/
MainActivity.java
82
// Associate
searchable
configuration with the SearchView
/development/samples/SearchableDictionary/
_index.html
35
<p class="note"><strong>Note:</strong> For the original version of
Searchable
Dictionary, which
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java
82
// Associate
searchable
configuration with the SearchView
/external/chromium_org/tools/grit/grit/testdata/
status.html
18
<td width=1% nowrap><img style="vertical-align:middle" width=16 height=16 src=favicon.ico> Total
searchable
items</td>
install_prefs.html
28
<font size=-1>Google Desktop Search will store your chats and make them
searchable
.
35
searchable
.</font></label> </td></tr>
/packages/apps/QuickSearchBox/res/values-xlarge/
config.xml
34
<!-- The xlarge UI has no corpus selector, so don't show corpora in
Searchable
Items
/sdk/eclipse/
dictionary.txt
269
searchable
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
372
* @param
searchable
a SearchableInfo can be retrieved from the SearchManager, for a specific
375
public void setSearchableInfo(SearchableInfo
searchable
) {
376
mSearchable =
searchable
;
1175
SearchableInfo
searchable
= mSearchable;
local
[
all
...]
Completed in 1057 milliseconds
1
2
3
4
5
6
7
8