OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDestroyed
(Results
1 - 18
of
18
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/manager/
ActivityFragmentLifecycle.java
15
private boolean
isDestroyed
;
36
if (
isDestroyed
) {
60
isDestroyed
= true;
RequestManagerRetriever.java
135
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1 && activity.
isDestroyed
()) {
/art/test/169-threadgroup-jni/src/
Main.java
29
if (!group.
isDestroyed
()) {
/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
SpyOn.java
94
// Intercept a#onDestroy(). The first time this is called
isDestroyed
[0] is set to true,
96
boolean
isDestroyed
[] = new boolean[]{false};
98
synchronized (
isDestroyed
) {
99
isDestroyed
[0] = true;
100
isDestroyed
.notifyAll();
111
synchronized (
isDestroyed
) {
112
while (!
isDestroyed
[0]) {
113
isDestroyed
.wait();
/external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp
45
bool
isDestroyed
() const { return K == Destroyed; }
153
} else if (LState->
isDestroyed
()) {
215
} else if (LState->
isDestroyed
()) {
293
if (!LState || LState->
isDestroyed
()) {
/cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java
281
runOnMainThread(() -> assertFalse(sSession.
isDestroyed
()));
325
runOnMainThread(() -> assertTrue(sSession.
isDestroyed
()));
389
runOnMainThread(() -> assertFalse(sSession.
isDestroyed
()));
423
runOnMainThread(() -> assertTrue(sSession.
isDestroyed
()));
479
runOnMainThread(() -> assertFalse(sSession.
isDestroyed
()));
529
runOnMainThread(() -> assertTrue(sSession.
isDestroyed
()));
737
assertTrue(sSession.
isDestroyed
());
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
LifecycleFragment.java
60
if (fragmentManager != null && !fragmentManager.
isDestroyed
()) {
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/pickers/
PickerActivity.java
125
if (
isDestroyed
() || mAllItems == null) {
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DirectActionsActivity.java
124
if (interactor.
isDestroyed
() && getVoiceInteractor() == null) {
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java
309
if (mShip != null && !mShip.
isDestroyed
()) {
538
public boolean
isDestroyed
() {
/development/samples/ControllerSample/src/com/example/controllersample/
GameView.java
535
public boolean
isDestroyed
() {
735
if (!
isDestroyed
()) {
[
all
...]
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DumpActivity.java
328
if (!
isDestroyed
() && !target.isPopupShowing()) {
/external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java
569
if ((appThreadGroup != null) && ! appThreadGroup.
isDestroyed
())
[
all
...]
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java
505
while (!activity.
isDestroyed
()) {
[
all
...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java
150
assertThat(activity.
isDestroyed
()).isTrue();
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar
Completed in 469 milliseconds