Searched refs:oldInterface (Results 1 – 2 of 2) sorted by relevance
694 IBinder oldInterface = mParentInterface == null ? null : mParentInterface.asBinder(); in setParentInterface() local698 if (oldInterface != newInterface) { in setParentInterface()
1737 String oldInterface = mInterface; in establish() local1789 if (oldInterface != null && !oldInterface.equals(interfaze)) { in establish()1790 jniReset(oldInterface); in establish()1812 mInterface = oldInterface; in establish()