/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationChannelLogger.java | 44 default void logNotificationChannelCreated(@NonNull NotificationChannel channel, int uid, in logNotificationChannelCreated() 48 channel, uid, pkg, 0, getLoggingImportance(channel)); in logNotificationChannelCreated() local 57 default void logNotificationChannelDeleted(@NonNull NotificationChannel channel, int uid, in logNotificationChannelDeleted() 61 channel, uid, pkg, getLoggingImportance(channel), 0); in logNotificationChannelDeleted() local 72 default void logNotificationChannelModified(@NonNull NotificationChannel channel, int uid, in logNotificationChannelModified() 75 channel, uid, pkg, oldLoggingImportance, getLoggingImportance(channel)); in logNotificationChannelModified() local 124 @NonNull NotificationChannel channel, int uid, String pkg, in logNotificationChannel() 213 static int getIdHash(@NonNull NotificationChannel channel) { in getIdHash() 220 static int getConversationIdHash(@NonNull NotificationChannel channel) { in getConversationIdHash() 235 static int getLoggingImportance(@NonNull NotificationChannel channel) { in getLoggingImportance() [all …]
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputChannel.java | 64 private native void nativeDispose(long channel); in nativeDispose() 66 private native void nativeWriteToParcel(Parcel parcel, long channel); in nativeWriteToParcel() 67 private native long nativeDup(long channel); in nativeDup() 68 private native IBinder nativeGetToken(long channel); in nativeGetToken() 70 private native String nativeGetName(long channel); in nativeGetName()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationIntrusivenessExtractorTest.java | 43 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testNonIntrusive() local 58 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testIntrusive_fillScreen() local 77 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testOldNotificationsNotIntrusive() local
|
H A D | ImportanceExtractorTest.java | 62 private NotificationRecord getNotificationRecord(NotificationChannel channel) { in getNotificationRecord() 85 NotificationChannel channel = in testAppPreferenceChannelNone() local 102 NotificationChannel channel = in testAppPreferenceChannelPreference() local
|
H A D | NotificationChannelExtractorTest.java | 58 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testExtractsUpdatedChannel() local 84 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() local 112 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testInvalidShortcutFlagDisabled_looksUpCorrectChannel() local
|
H A D | PreferencesHelperTest.java | 1350 NotificationChannel channel = in testBackupXml_backupCanonicalizedSoundUri() local 1380 NotificationChannel channel = in testRestoreXml_withExistentCanonicalizedSoundUri() local 1403 NotificationChannel channel = in testRestoreXml_withNonExistentCanonicalizedSoundUri() local 1429 NotificationChannel channel = in testRestoreXml_withNonExistentCanonicalizedSoundUriAndMissingPackage() local 1508 NotificationChannel channel = in testBackupRestoreXml_withNullSoundUri() local 1538 NotificationChannel channel = in testBackupRestoreXml_withAndroidResourceSoundUri() local 1574 NotificationChannel channel = in testBackupRestoreXml_withFileResourceSoundUri() local 2207 NotificationChannel channel = in testGetDeletedChannels() local 2249 NotificationChannel channel = in testGetDeletedChannelCount() local 2273 NotificationChannel channel = in testGetBlockedChannelCount() local [all …]
|
H A D | ZenModeFilteringTest.java | 252 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_allAllowed() local 270 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_importantAllowed_isImportant() local 288 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_importantAllowed_isNotImportant() local 305 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_noneAllowed_notCallOrMsg() local 322 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_noneAllowed_callAllowed() local 342 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_DEFAULT); in testConversation_noneAllowed_msgAllowed() local
|
H A D | BadgeExtractorTest.java | 69 NotificationChannel channel = new NotificationChannel("a", "a", importanceHigh); in getNotificationRecord() local 87 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_UNSPECIFIED); in getNotificationRecordWithBubble() local 118 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_UNSPECIFIED); in getNotificationRecordWithMedia() local
|
H A D | CriticalNotificationExtractorTest.java | 99 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in generateRecord() local
|
H A D | ZenModeExtractorTest.java | 104 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in generateRecord() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationChannelTest.java | 156 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testLongStringFields() local 205 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testLongAlertFields() local 229 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testRestoreSoundUri_customLookup() local 294 NotificationChannel channel = new NotificationChannel("id", "name", 3); in testWriteXmlForBackup_customLookup() local
|
/aosp14/frameworks/base/omapi/java/android/se/omapi/ |
H A D | Session.java | 207 ISecureElementChannel channel = mSession.openBasicChannel(aid, p2, in openBasicChannel() local 312 ISecureElementChannel channel = mSession.openLogicalChannel( in openLogicalChannel() local
|
H A D | Channel.java | 51 @NonNull ISecureElementChannel channel) { in Channel()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputChannel.cpp | 191 static void android_view_InputChannel_nativeDispose(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeDispose() 217 jobject parcelObj, jlong channel) { in android_view_InputChannel_nativeWriteToParcel() 234 static jstring android_view_InputChannel_nativeGetName(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeGetName() 245 static jlong android_view_InputChannel_nativeDup(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeDup() 269 static jobject android_view_InputChannel_nativeGetToken(JNIEnv* env, jobject obj, jlong channel) { in android_view_InputChannel_nativeGetToken()
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/omapi/ |
H A D | VtsHalOmapiSeServiceV1_TargetTest.cpp | 57 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in testSelectableAid() local 90 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in testNonSelectableAid() local 145 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in internalTransmitApdu() local 373 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in TEST_P() local 405 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in TEST_P() local 468 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in TEST_P() local
|
/aosp14/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/ |
H A D | VtsHalOmapiSeAccessControlTestCases.cpp | 86 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in testSelectableAid() local 127 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in testUnauthorisedAid() local 162 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in testTransmitAPDU() local 207 std::shared_ptr<aidl::android::se::omapi::ISecureElementChannel> channel; in testUnauthorisedAPDU() local
|
/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | SoftApConfToXmlMigrationUtilTest.java | 86 String ssid, String preSharedKey, int keyManagement, int band, int channel, in setupApConfig() 104 String ssid, String preSharedKey, int keyManagement, int band, int channel, in setupWifiConfigurationApConfig()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IInputMethod.aidl | 68 void createSession(in InputChannel channel, IInputMethodSessionCallback callback); in createSession() 84 void startStylusHandwriting(int requestId, in InputChannel channel, in startStylusHandwriting()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | PersistentDataBlockService.java | 319 FileChannel channel; in computeAndWriteDigestLocked() local 388 FileChannel channel = getBlockOutputChannel(); in formatPartitionLocked() local 435 FileChannel channel = getBlockOutputChannel(); in doSetOemUnlockEnabledLocked() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
H A D | IpcSerializer.kt | 55 private val channel = Channel<Pair<CompletableDeferred<Unit>, Job>>() regex
|
/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | ChannelSettings.java | 45 ChannelSettings channel = (ChannelSettings) rhs; in equals() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationChannelHelper.java | 42 NotificationChannel channel) { in createConversationChannelIfNeeded()
|
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/ |
H A D | ProtoStreamUtils.java | 283 public static byte[] getProtoBytes(Channel[] channel) { in getProtoBytes() 289 public static void packProtoMessage(Channel[] channel, ProtoOutputStream pos) { in packProtoMessage() 301 public static void print(Channel[] channel) { in print() 311 public static void dumpsys(Channel[] channel, PrintWriter pw) { in dumpsys()
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppService.aidl | 33 void createSession(in InputChannel channel, in ITvInteractiveAppSessionCallback callback, in createSession()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | WifiSoftApConfigChangedNotifier.java | 52 NotificationChannel channel = new NotificationChannel( in notifyUserOfConfigConversion() local
|