public static void pauseLooper(Looper looper) {
   ShadowLooper.pauseLooper(looper);
 }