Searched refs:createBrowsePendingIntent (Results 1 – 4 of 4) sorted by relevance
104 fun SliceUri.createBrowsePendingIntent(): PendingIntent? { in createBrowsePendingIntent() method109 return createBrowsePendingIntent(context, browseActivityClass, destination, entryId) in createBrowsePendingIntent()112 fun Intent.createBrowsePendingIntent(): PendingIntent? { in createBrowsePendingIntent() method117 return createBrowsePendingIntent(context, browseActivityClass, destination, entryId) in createBrowsePendingIntent()120 private fun createBrowsePendingIntent( in createBrowsePendingIntent() method
82 assertThat(Uri.EMPTY.createBrowsePendingIntent()).isNull() in createBrowsePendingIntentTest()85 assertThat(Intent().createBrowsePendingIntent()).isNull() in createBrowsePendingIntentTest()91 val pendingIntent = sliceUri.createBrowsePendingIntent() in createBrowsePendingIntentTest()101 val pendingIntent2 = intent.createBrowsePendingIntent() in createBrowsePendingIntentTest()
30 import com.android.settingslib.spa.slice.createBrowsePendingIntent33 val intent = sliceUri.createBrowsePendingIntent() ?: return null in createDemoBrowseSlice()
51 import com.android.settingslib.spa.slice.createBrowsePendingIntent in <lambda>()276 val intent = owner.createIntent()?.createBrowsePendingIntent() in <lambda>()