Searched refs:mIsStarted (Results 1 – 5 of 5) sorted by relevance
244 private boolean mIsStarted = false; field in Filter501 mIsStarted = true; in start()531 mIsStarted = false; in stop()601 mIsStarted = false; in close()616 if (mIsStarted || mIsShared) { in acquireSharedFilterToken()618 mIsStarted + "shared: " + mIsShared); in acquireSharedFilterToken()
27 boolean mIsStarted = false; field in FakeIMediaProjection34 mIsStarted = true; in start()
137 assertThat(mFakeIMediaProjection.mIsStarted).isTrue(); in testConstruction()
167 mIsStarted = false; in SoundModelStat()173 boolean mIsStarted; // true if model is currently running field in SoundTriggerService.SoundModelStatTracker.SoundModelStat188 if (stat.mIsStarted) { in onStart()195 stat.mIsStarted = true; in onStart()205 if (!stat.mIsStarted) { in onStop()212 stat.mIsStarted = false; in onStop()222 if (stat.mIsStarted) { in dump()
138 private final SparseBooleanArray mIsStarted = new SparseBooleanArray(); field in PermissionPolicyService536 return mIsStarted.get(userId); in isStarted()561 mIsStarted.put(userId, true); in onStartUser()583 mIsStarted.delete(user.getUserIdentifier()); in onUserStopping()