Home
last modified time | relevance | path

Searched refs:mPendingActions (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserActionCallback.java50 private final List<String> mPendingActions; field in UserActionCallback
69 boolean removed = mPendingActions.remove(action);
71 Log.e(TAG, "Unexpected action " + action + "; what's left is " + mPendingActions);
87 mPendingActions = new ArrayList<>(mExpectedSize); in UserActionCallback()
90 mPendingActions.add(action); in UserActionCallback()
180 mPendingActions).that(received).isTrue(); in waitForBroadcasts()