Home
last modified time | relevance | path

Searched defs:bse (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSyncEngineTests.java78 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testTrivialSyncCallback() local
106 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testWaitingSyncCallback() local
171 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testInvisibleSyncCallback() local
199 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testWaitForChildrenCallback() local
232 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testWaitForParentCallback() local
263 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testFillsParent() local
295 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testReparentOut() local
330 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testReparentIn() local
381 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testRemoval() local
423 final BLASTSyncEngine bse = createTestBLASTSyncEngine(); in testNonBlastMethod() local
[all …]
DWindowOrganizerTests.java1136 BLASTSyncEngine bse = new BLASTSyncEngine(mWm); in testBLASTCallbackWithActivityChildren() local
/frameworks/base/core/java/android/app/
DBackStackRecord.java48 public BackStackState(FragmentManagerImpl fm, BackStackRecord bse) { in BackStackState()
95 BackStackRecord bse = new BackStackRecord(fm); in instantiate() local
DFragmentManager.java1941 public int allocBackStackIndex(BackStackRecord bse) { in allocBackStackIndex()
1961 public void setBackStackIndex(int index, BackStackRecord bse) { in setBackStackIndex()
2918 BackStackRecord bse = fms.mBackStack[i].instantiate(this); in restoreAllState() local