Searched refs:expecting (Results 1 – 3 of 3) sorted by relevance
39 private boolean mExpectingAcknowledgeGsmSms; // true if expecting ack GSM SMS40 private boolean mExpectingAcknowledgeGsmSmsSuccess; // true if expecting ack SMS success41 private int mExpectingAcknowledgeGsmSmsFailureCause; // expecting ack SMS failure cause42 private String mExpectingAcknowledgeGsmSmsPdu; // expecting ack SMS PDU56 * @param success true if expecting success; false if expecting failure68 * @param success true if expecting success; false if expecting failure102 Assert.assertFalse("expecting SMS acknowledge call", mExpectingAcknowledgeGsmSms);103 Assert.assertFalse("expecting send envelope call", mExpectingSendEnvelope);
45 ; CHECK_BCC_WARNING: W/bcc {{.*}}VERSIONDOESNOTEXIST, expecting {{[1-9]+.[0-9]+.[0-9]+.*}}The debug…
2508 final ProcessRecord expecting) { in removeProcessNameLocked() argument2513 if ((expecting == null) || (old == expecting)) { in removeProcessNameLocked()2532 final ProcessRecord record = expecting != null ? expecting : old; in removeProcessNameLocked()