Android Compare with another version →
10 results in AOSP 16 android-16.0.0_r4 · 454 ms
  1. Lines 1–161 · java · android-16.0.0_r4
    package com.android.server.telecom.ui;
    
    import android.app.NotificationChannel;
    import android.app.NotificationManager;
    import android.content.BroadcastReceiver;
    import android.content.Context;
    import
  2. Lines 1–272 · java · android-16.0.0_r4
    package com.android.internal.notification;
    
    import static android.app.admin.DevicePolicyResources.Strings.Core.NOTIFICATION_CHANNEL_DEVICE_ADMIN;
    
    import android.app.INotificationManager;
    import andro
  3. Lines 334–357 · java · android-16.0.0_r4
    private static void createNotificationChannels(Context context) {
            NotificationChannel tracingChannel = new NotificationChannel(
                NOTIFICATION_CHANNEL_TRACING,
                context.ge
  4. Lines 2184–2194 · java · android-16.0.0_r4
    private void createAllChannels() {
            NotificationChannel notificationChannel = new NotificationChannel(
                    STK_NOTIFICATION_CHANNEL_ID,
                    getResources().getString(R.st
  5. Lines 1535–1544 · java · android-16.0.0_r4
    @Override
                    public List<NotificationChannel> apply(NotificationChannelQuery query) {
                        INotificationManager service = service();
                        try {
                 
  6. Lines 73–85 · java · android-16.0.0_r4
    @Override
        public void onCreate(Bundle icicle) {
            super.onCreate(icicle);
            mVibrator = (Vibrator)getSystemService(VIBRATOR_SERVICE);
            mActivityCreateTime = System.currentTimeMi
  7. Lines 115–128 · java · android-16.0.0_r4
    private void createNotificationChannel() {
            // Create notification channel for firmware update notification
            CharSequence dfuName = mContext.getString(R.string.settings_notif_update_chan
  8. Lines 96–118 · java · android-16.0.0_r4
    public DownloadNotifier(Context context) {
            mContext = context;
            mNotifManager = context.getSystemService(NotificationManager.class);
    
            // Ensure that all our channels are ready t
  9. Lines 1275–1283 · java · android-16.0.0_r4
    public void createNotificationChannels(@NonNull List<NotificationChannel> channels) {
            INotificationManager service = service();
            try {
                service.createNotificationChannels(mCo
  10. Lines 130–138 · java · android-16.0.0_r4
    private void ensureNotificationChannel(String channelId,
                int importance, CharSequence name, String description) {
            if (mNotificationManager.getNotificationChannel(channelId) != null

Get these results inside Claude Code, Cursor, or Cline. MCP setup →