Searched refs:mPendingGrantTrustTask (Results 1 – 1 of 1) sorted by relevance
177 private Runnable mPendingGrantTrustTask; field in TrustAgentService415 mPendingGrantTrustTask = new Runnable() { in grantTrust()430 if (mPendingGrantTrustTask != null) { in revokeTrust()431 mPendingGrantTrustTask = null; in revokeTrust()642 if (mPendingGrantTrustTask != null) { in setCallback()643 mPendingGrantTrustTask.run(); in setCallback()644 mPendingGrantTrustTask = null; in setCallback()