OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionKeyInfo
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/app/
SearchableInfo.java
94
private HashMap<Integer,
ActionKeyInfo
> mActionKeys = null;
388
public static class
ActionKeyInfo
implements Parcelable {
403
ActionKeyInfo
(Context activityContext, AttributeSet attr) {
428
* Instantiate a new
ActionKeyInfo
from the data in a Parcel that was
431
* @param in The Parcel containing the previously written
ActionKeyInfo
,
434
private
ActionKeyInfo
(Parcel in) {
491
* @hide
ActionKeyInfo
is hidden
493
public
ActionKeyInfo
findActionKey(int keyCode) {
500
private void addActionKey(
ActionKeyInfo
keyInfo) {
502
mActionKeys = new HashMap<Integer,
ActionKeyInfo
>();
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java
21
import android.app.SearchableInfo.
ActionKeyInfo
;
167
ActionKeyInfo
ai = si.findActionKey(KeyEvent.KEYCODE_CALL);
/frameworks/base/core/java/android/widget/
SearchView.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 226 milliseconds