OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCallerOnDifferentThread
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java
145
if (
isCallerOnDifferentThread
()) {
185
if (
isCallerOnDifferentThread
()) {
227
if (
isCallerOnDifferentThread
()) {
269
if (
isCallerOnDifferentThread
()) {
296
if (
isCallerOnDifferentThread
()) {
337
if (
isCallerOnDifferentThread
()) {
422
private boolean
isCallerOnDifferentThread
() {
425
if (DBG) log("
isCallerOnDifferentThread
: " + value);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
676
if (
isCallerOnDifferentThread
()) {
749
protected boolean
isCallerOnDifferentThread
() {
751
if (VDBG) log("
isCallerOnDifferentThread
: " + value);
Completed in 621 milliseconds