OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGetOperation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/obex/javax/obex/
ClientOperation.java
67
private boolean
mGetOperation
;
92
mGetOperation
= type;
234
if (
mGetOperation
) {
545
if (
mGetOperation
) {
590
if (
mGetOperation
) {
643
if (!
mGetOperation
) {
ServerOperation.java
75
private boolean
mGetOperation
;
126
mGetOperation
= false;
141
mGetOperation
= true;
211
while ((!
mGetOperation
) && (!finalBitSet)) {
220
while ((!
mGetOperation
) && (!finalBitSet) && (mPrivateInput.available() == 0)) {
228
while (
mGetOperation
&& !mRequestFinished) {
251
if (!
mGetOperation
) {
344
if (
mGetOperation
&& type == ResponseCodes.OBEX_HTTP_OK) {
Completed in 18 milliseconds