Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskUtilityActivity.java76 sendLocalBroadcast(new Intent(CREATE_ACTION)); in onCreate()
82 sendLocalBroadcast(new Intent(DESTROY_ACTION)); in onDestroy()
89 sendLocalBroadcast(new Intent(RESUME_ACTION)); in onResume()
96 sendLocalBroadcast(new Intent(PAUSE_ACTION)); in onPause()
114 sendLocalBroadcast(new Intent(INTENT_ACTION)); in handleIntent()
117 private void sendLocalBroadcast(Intent intent) { in sendLocalBroadcast() method in LockTaskUtilityActivity