Home | History | Annotate | Download | only in jni

Lines Matching refs:extras

304     jstring extras = env->NewStringUTF(notification->extras);
306 if (requestor_id && text && extras) {
312 notification->text_encoding, extras);
321 if (extras)
322 env->DeleteLocalRef(extras);