Home
last modified time | relevance | path

Searched refs:mTransactionalCallSupportsVideoCalling (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java665 private boolean mTransactionalCallSupportsVideoCalling = false; field in Call
678 mTransactionalCallSupportsVideoCalling = true; in setTransactionalCallSupportsVideoCalling()
680 mTransactionalCallSupportsVideoCalling = false; in setTransactionalCallSupportsVideoCalling()
685 return mTransactionalCallSupportsVideoCalling; in isTransactionalCallSupportsVideoCalling()