Searched refs:oldInterface (Results 1 – 2 of 2) sorted by relevance
655 IBinder oldInterface = mParentInterface == null ? null : mParentInterface.asBinder(); in setParentInterface() local659 if (oldInterface != newInterface) { in setParentInterface()
1885 String oldInterface = mInterface; in establish() local1937 if (oldInterface != null && !oldInterface.equals(interfaze)) { in establish()1938 jniReset(oldInterface); in establish()1960 mInterface = oldInterface; in establish()