Home | History | Annotate | Download | only in phone

Lines Matching refs:cookie

946     public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
947 if (cookie instanceof Long) {
951 ci.phoneLabel, ((Long) cookie).longValue());
952 } else if (cookie instanceof CallNotifier) {
979 Ringer r = ((CallNotifier) cookie).mRinger;