OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInvocationMethod
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/textclassifier/
TextClassificationSession.java
196
if (event.
getInvocationMethod
() == SelectionEvent.INVOCATION_UNKNOWN) {
199
mInvocationMethod = event.
getInvocationMethod
();
SelectionSessionLogger.java
137
switch (event.
getInvocationMethod
()) {
SelectionEvent.java
429
public @InvocationMethod int
getInvocationMethod
() {
Completed in 141 milliseconds