Lines Matching refs:Receiver
129 if (!Receiver.isTraceurAllowed(context)) { in onHandleIntent()
185 Intent stopIntent = new Intent(Receiver.STOP_ACTION, in startTracingInternal()
186 null, context, Receiver.class); in startTracingInternal()
195 Receiver.NOTIFICATION_CHANNEL_TRACING); in startTracingInternal()
229 Intent stopIntent = new Intent(Receiver.STOP_ACTION, null, context, Receiver.class); in startStackSamplingInternal()
238 Receiver.NOTIFICATION_CHANNEL_TRACING); in startStackSamplingInternal()
270 Intent stopIntent = new Intent(Receiver.STOP_ACTION, null, context, Receiver.class); in startHeapDumpInternal()
287 Receiver.NOTIFICATION_CHANNEL_TRACING); in startHeapDumpInternal()
335 null, Receiver.NOTIFICATION_CHANNEL_OTHER); in stopTracingInternal()
345 Receiver.NOTIFICATION_CHANNEL_OTHER); in stopTracingInternal()
423 context.getString(R.string.tap_to_share), Receiver.NOTIFICATION_CHANNEL_OTHER) in postFileSharingNotification()