OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActionDetached
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java
47
if (action.equals(mPhone.
getActionDetached
())) {
65
filter.addAction(mPhone.
getActionDetached
());
66
log("register for intent action=" + mPhone.
getActionDetached
());
PhoneBase.java
158
public String
getActionDetached
() {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterDeactivateAll.java
53
|| action.equals(mPhone.
getActionDetached
())) {
78
filter.addAction(mPhone.
getActionDetached
());
79
log("register for intent action=" + mPhone.
getActionDetached
());
DcTesterFailBringUpAll.java
60
} else if (action.equals(mPhone.
getActionDetached
())) {
85
filter.addAction(mPhone.
getActionDetached
());
86
log("register for intent action=" + mPhone.
getActionDetached
());
Completed in 158 milliseconds