OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTACHED
(Results
1 - 6
of
6
) sorted by null
/cts/tests/fragment/src/android/fragment/cts/
StrictFragment.java
30
public static final int
ATTACHED
= 1;
46
case
ATTACHED
: return "
ATTACHED
";
100
mState =
ATTACHED
;
111
checkState("onCreate",
ATTACHED
);
113
onStateChanged(
ATTACHED
);
120
checkState("onActivityCreated",
ATTACHED
, CREATED);
178
mState =
ATTACHED
;
186
checkState("onDestroy", CREATED,
ATTACHED
);
FragmentLifecycleTest.java
201
assertTrue("fragment 1's view is not
attached
to a window", view.isAttachedToWindow());
208
assertFalse("fragment 1's previous view is still
attached
to a window",
227
assertTrue("fragment 1's view not
attached
", origView1.isAttachedToWindow());
235
assertFalse("fragment 1's old view still
attached
", origView1.isAttachedToWindow());
238
assertTrue("fragment 2's view not
attached
", origView2.isAttachedToWindow());
246
assertFalse("fragment 2's view still
attached
", origView2.isAttachedToWindow());
249
assertTrue("fragment 1's view not
attached
", newView1.isAttachedToWindow());
270
assertTrue("fragment 1's view not
attached
", origView1.isAttachedToWindow());
275
assertTrue("fragment 2's view not
attached
", origView2.isAttachedToWindow());
286
assertFalse("fragment 1's old view still
attached
", origView1.isAttachedToWindow())
[
all
...]
/cts/tests/tests/net/src/android/net/wifi/aware/cts/
SingleDeviceTest.java
99
static final int
ATTACHED
= 0;
109
mCallbackCalled =
ATTACHED
;
125
* Returns one of the
ATTACHED
, ATTACH_FAILED, or ERROR values.
142
* waitForAnyCallback() and getting the
ATTACHED
code back.
489
assertEquals("Wi-Fi Aware attach: iteration " + i, AttachCallbackTest.
ATTACHED
,
780
assertEquals("Wi-Fi Aware attach", AttachCallbackTest.
ATTACHED
, cbCalled);
/external/autotest/client/cros/cellular/
cellular.py
63
'
ATTACHED
',
122
UeGsmDataStatus.
ATTACHED
: UeGenericDataStatus.REGISTERED,
base_station_8960.py
337
'ATT': cellular.UeGsmDataStatus.
ATTACHED
,
base_station_pxt.py
322
'ATT': cellular.UeGsmDataStatus.
ATTACHED
,
Completed in 421 milliseconds